Skip to content

Commit 5669b48

Browse files
authored
Merge pull request #332 from hashicorp/fix/update-info-message
2 parents a4696d6 + 0e46d9a commit 5669b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/vmware/common/driver_workstation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ func checkNetmapConfExists() (NetworkNameMapper, error) {
304304

305305
if err == nil {
306306
// If the default network mapper configuration file exists, read the configuration.
307-
log.Printf("[INFO]Located the network mapper configuration file: %s", pathNetmap)
307+
log.Printf("[INFO] Located the network mapper configuration file: %s", pathNetmap)
308308
return ReadNetmapConfig(pathNetmap)
309309
}
310310

0 commit comments

Comments
 (0)