From 7d024b97254f56b50baafbb019ea2334ae2c8f42 Mon Sep 17 00:00:00 2001 From: Marin Salinas Date: Thu, 5 Sep 2019 08:19:58 -0500 Subject: [PATCH] change ui message to private ip in run source vm --- builder/osc/common/step_run_source_vm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/osc/common/step_run_source_vm.go b/builder/osc/common/step_run_source_vm.go index 85e74e68c..04fe1d5b3 100644 --- a/builder/osc/common/step_run_source_vm.go +++ b/builder/osc/common/step_run_source_vm.go @@ -248,7 +248,7 @@ func (s *StepRunSourceVm) Run(ctx context.Context, state multistep.StateBag) mul } if vm.PrivateIp != "" { - ui.Message(fmt.Sprintf("Private IP: %s", vm.PublicIp)) + ui.Message(fmt.Sprintf("Private IP: %s", vm.PrivateIp)) } }