Skip to content

Commit

Permalink
Adding LATEST_COMMIT file with correct relative path.
Browse files Browse the repository at this point in the history
Fixes error introduced in #308.
  • Loading branch information
dhermes committed Oct 28, 2014
1 parent 85f5371 commit ce7f890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_wheels_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ echo "${TRAVIS_COMMIT}" > ${FRESH_REPO_DIR}/LATEST_COMMIT
# Display git status and push LATEST_COMMIT. #
##############################################
cd ${FRESH_REPO_DIR}
git add ${FRESH_REPO_DIR}/LATEST_COMMIT
git add LATEST_COMMIT

git status
# H/T: http://stackoverflow.com/a/13730477/1068170
Expand Down

0 comments on commit ce7f890

Please sign in to comment.