fix incorrect style name mount

pull/3789/head
Tom Reznik 2019-03-04 23:57:48 +02:00
parent 64cfca0553
commit c4ee5eec08
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ func configureMounts() {
return
}
console.OutStyle("mount", "Creating mount %s ...", viper.GetString(mountString))
console.OutStyle("mounting", "Creating mount %s ...", viper.GetString(mountString))
path := os.Args[0]
mountDebugVal := 0
if glog.V(8) {