We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e81c62 commit 73f33b1Copy full SHA for 73f33b1
pkg/instance/start.go
@@ -393,7 +393,7 @@ func ShowMessage(inst *store.Instance) error {
393
func prepareDiffDisk(inst *store.Instance) error {
394
diffDisk := filepath.Join(inst.Dir, filenames.DiffDisk)
395
396
- // Handle the instance initialzation
+ // Handle the instance initialzation
397
_, err := os.Stat(diffDisk)
398
if err != nil {
399
if os.IsNotExist(err) {
0 commit comments