From 53a5e90d780fd135a225278c48d06870e6ba7695 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Mon, 10 Jun 2019 11:38:29 -0700 Subject: [PATCH] Update command/console.go Co-Authored-By: Adrien Delorme --- command/console.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/console.go b/command/console.go index c45576499..d0a435482 100644 --- a/command/console.go +++ b/command/console.go @@ -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) {