Skip to content

Commit

Permalink
removed unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisyhjiang committed Jun 27, 2024
1 parent d8a1d72 commit b17fc51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/cli/command/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func Execute(ctx context.Context) error {
if code == connect.CodeFailedPrecondition && (strings.Contains(err.Error(), "EULA") || strings.Contains(err.Error(), "terms")) {
printDefangHint("Please use the following command to see the Defang terms of service:", "terms")
}

return ExitCode(code)
}

Expand Down

0 comments on commit b17fc51

Please sign in to comment.