common: clarify debug mode [GH-907]
This commit is contained in:
parent
a389b4b96d
commit
1087b5def8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue