Update command/console.go

Co-Authored-By: Adrien Delorme <azr@users.noreply.github.com>
pull/7726/head
Megan Marsh 7 years ago committed by GitHub
parent 7cce3157a8
commit 53a5e90d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -180,7 +180,7 @@ type REPLSession struct {
Core *packer.Core
}
// Handle handles a single line of input from the REPL.
// Handle a single line of input from the REPL.
//
// The return value is the output and the error to show.
func (s *REPLSession) Handle(line string) (string, error) {

Loading…
Cancel
Save