Skip to content

Commit 163e372

Browse files
committed
add missing space to help text
1 parent 48c07e2 commit 163e372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sync_community_teams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def setup():
3939
"--debug",
4040
action="store_true",
4141
help="Debug mode: show differences instead of pushing commits and"
42-
"creating pull requests",
42+
" creating pull requests",
4343
)
4444
args = ap.parse_args()
4545
return args

0 commit comments

Comments
 (0)