Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
- closes #96

Signed-off-by: António Meireles <[email protected]>
  • Loading branch information
AntonioMeireles committed Oct 28, 2016
1 parent b82c5f2 commit 487abb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func vmBootstrap(args *viper.Viper) (vm *server.VMInfo, err error) {
return
}
if reply.WorkingNFS == false {
log.Warn("NFS is qnot supported by running 'corectld'")
log.Warn("NFS is not supported by the running 'corectld'")
vm.SharedHomedir = false
}
}
Expand Down

0 comments on commit 487abb3

Please sign in to comment.