Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMansolino committed Apr 23, 2020
1 parent 7635b37 commit 1ebe784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sources/generate_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def github_api(request):


target_branch = None
if len(sys.arg) > 3:
if len(sys.argv) > 3:
target_branch = sys.argv[3]
if len(sys.argv) > 2:
commit = sys.argv[1]
Expand Down

0 comments on commit 1ebe784

Please sign in to comment.