Skip to content

Commit

Permalink
Fixing last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Shaw committed Mar 4, 2017
1 parent 635efa9 commit 75ddeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ func (h *Handler) Process(stdin io.Reader, stdout, stderr io.Writer) error {
defer l.Close()

if h.interactive {
fmt.Fprint(l.Stdout(), cliDesc)
fmt.Fprint(l.Stdout(), welcomeDesc)
}

// process input
Expand Down

0 comments on commit 75ddeee

Please sign in to comment.