Skip to content

Commit

Permalink
Update run.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern authored Jul 9, 2020
1 parent 08b0dae commit ed21029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var runCmd = &cobra.Command{

for {
log.Info("Agent running")
log.Debug("Add -k for verbose logs")
log.Debug("Add -v for verbose logs")
time.Sleep(1 * time.Second)
}
},
Expand Down

0 comments on commit ed21029

Please sign in to comment.