Update command/console.go

Co-Authored-By: Adrien Delorme <azr@users.noreply.github.com>
This commit is contained in:
Megan Marsh 2019-06-10 11:38:29 -07:00 committed by GitHub
parent 7cce3157a8
commit 53a5e90d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {