Skip to content

Commit

Permalink
switch off log command
Browse files Browse the repository at this point in the history
  • Loading branch information
paul committed Apr 26, 2018
1 parent f132f8e commit 78e7356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func Run() error {
Create(ctx),
Replace(ctx),
set.Set(ctx),
Logs(ctx),
//Logs(ctx),
)
return root.Execute()
}

0 comments on commit 78e7356

Please sign in to comment.