mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 09:44:01 -04:00
Use Printf not Println. D'oh.
This commit is contained in:
@@ -10,7 +10,7 @@ func CommHost(host string) func(multistep.StateBag) (string, error) {
|
||||
return func(state multistep.StateBag) (string, error) {
|
||||
|
||||
if host != "" {
|
||||
log.Println("Using ssh_host value: %s", ipAddress)
|
||||
log.Printf("Using ssh_host value: %s", host)
|
||||
return host, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user