Merge pull request #3789 from tomxor/mount-style-fix

fix incorrect style name mount
pull/3807/head
Thomas Strömberg 2019-03-05 08:31:19 -08:00 committed by GitHub
commit abbc8b3d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {