Skip to content

Commit ce7f890

Browse files
committed
Adding LATEST_COMMIT file with correct relative path.
Fixes error introduced in #308.
1 parent 85f5371 commit ce7f890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_wheels_project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ echo "${TRAVIS_COMMIT}" > ${FRESH_REPO_DIR}/LATEST_COMMIT
4444
# Display git status and push LATEST_COMMIT. #
4545
##############################################
4646
cd ${FRESH_REPO_DIR}
47-
git add ${FRESH_REPO_DIR}/LATEST_COMMIT
47+
git add LATEST_COMMIT
4848

4949
git status
5050
# H/T: http://stackoverflow.com/a/13730477/1068170

0 commit comments

Comments
 (0)