Skip to content

Commit 4f49f5b

Browse files
committed
lint
1 parent 4652bbb commit 4f49f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsconnect/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def add(
667667
output_params(ctx, locals().items())
668668

669669
if not name:
670-
ctx.fail('--name is required')
670+
ctx.fail("--name is required")
671671

672672
validation.validate_connection_options(
673673
ctx=ctx,

0 commit comments

Comments
 (0)