Skip to content

Commit 78e7356

Browse files
author
paul
committed
switch off log command
1 parent f132f8e commit 78e7356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cli/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func Run() error {
9696
Create(ctx),
9797
Replace(ctx),
9898
set.Set(ctx),
99-
Logs(ctx),
99+
//Logs(ctx),
100100
)
101101
return root.Execute()
102102
}

0 commit comments

Comments
 (0)