Fix mixed case for mv

This commit is contained in:
Dave Sanderson 2017-12-12 15:24:34 -07:00
parent aee67d3933
commit 887b7dc476
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ type guestOSTypeCommand struct {
mkdir string
removeDir string
statPath string
mvPath string
mv string
}
var guestOSTypeCommands = map[string]guestOSTypeCommand{