Skip to content

Commit

Permalink
remove logging typo
Browse files Browse the repository at this point in the history
  • Loading branch information
devonmoss committed Jan 10, 2018
1 parent c7f07ae commit 4a5150c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Examples:
`,
Run: func(cmd *cobra.Command, args []string) {
tailString = strconv.Itoa(tail)
fmt.Println(tailString)

var serviceName string
if len(args) > 0 {
Expand Down

0 comments on commit 4a5150c

Please sign in to comment.