Skip to content

Commit

Permalink
Merge pull request #28 from hallyn/2023-10-16/typo
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
raharper authored Oct 16, 2023
2 parents 1b7bc6e + 35cc2eb commit 65a2543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/machine/cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func DoCreateMachine(machineName, machineType, fileName string, editFile bool) e
}

if err := checkMachineFilePaths(&newMachine); err != nil {
return fmt.Errorf("Error while checking machine fiel paths: %s", err)
return fmt.Errorf("Error while checking machine file paths: %s", err)
}

// persist config if not ephemeral
Expand Down

0 comments on commit 65a2543

Please sign in to comment.