Commit 1087b5de authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

common: clarify debug mode [GH-907]

parent a389b4b9
......@@ -23,7 +23,7 @@ func MultistepDebugFn(ui packer.Ui) multistep.DebugPauseFn {
}
message := fmt.Sprintf(
"Pausing %s step '%s'. Press any key to continue.",
"Pausing %s step '%s'. Press enter to continue.",
locationString, name)
result := make(chan string, 1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment