Skip to content

Commit

Permalink
Fixing an oops
Browse files Browse the repository at this point in the history
Change-Id: I084a8c4a3d1290ab32f6a101c76c50ddefa8bf84
  • Loading branch information
Jon Wayne Parrott committed Aug 19, 2016
1 parent c00db84 commit 3162396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def get_changed_files():

changed = subprocess.check_output(
['git', 'diff', '--name-only',
os.environ.get('TRAVIS_COMMIT'),
git_head,
os.environ.get('TRAVIS_BRANCH')])
else:
changed = ''
Expand Down

0 comments on commit 3162396

Please sign in to comment.