Fix mixed case for mv
This commit is contained in:
parent
aee67d3933
commit
887b7dc476
|
@ -14,7 +14,7 @@ type guestOSTypeCommand struct {
|
|||
mkdir string
|
||||
removeDir string
|
||||
statPath string
|
||||
mvPath string
|
||||
mv string
|
||||
}
|
||||
|
||||
var guestOSTypeCommands = map[string]guestOSTypeCommand{
|
||||
|
|
Loading…
Reference in New Issue