Skip to content

Commit 3162396

Browse files
author
Jon Wayne Parrott
committed
Fixing an oops
Change-Id: I084a8c4a3d1290ab32f6a101c76c50ddefa8bf84
1 parent c00db84 commit 3162396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def get_changed_files():
113113

114114
changed = subprocess.check_output(
115115
['git', 'diff', '--name-only',
116-
os.environ.get('TRAVIS_COMMIT'),
116+
git_head,
117117
os.environ.get('TRAVIS_BRANCH')])
118118
else:
119119
changed = ''

0 commit comments

Comments
 (0)