Skip to content

Commit 161e6ee

Browse files
Fix broken integration test
1 parent 7a5d276 commit 161e6ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/tiger/cmd/db.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Examples:
244244
cfg, err := common.LoadConfig(cmd.Context())
245245
if err != nil {
246246
cmd.SilenceUsage = true
247-
return err
247+
return common.ExitWithCode(common.ExitInvalidParameters, err)
248248
}
249249

250250
service, err := getServiceDetailsFunc(cmd, cfg, args)

0 commit comments

Comments
 (0)