Skip to content

Commit

Permalink
Fix tail command
Browse files Browse the repository at this point in the history
  • Loading branch information
42wim committed Apr 13, 2018
1 parent 599530d commit 3dd74c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func main() {
case "attach":
log.Printf("%s running attach on %#v\n", sess.User(), myinfo)
status, err = dockerAttach(cfg, sess, myinfo)
case "logs":
case "logs", "tail":
log.Printf("%s running logs on %#v\n", sess.User(), myinfo)
status, err = dockerLogs(cfg, sess, myinfo, logsfollow)
}
Expand Down

0 comments on commit 3dd74c8

Please sign in to comment.