Skip to content

Commit

Permalink
Bugfix for commiting some files in publish.sh
Browse files Browse the repository at this point in the history
PEEK-321
  • Loading branch information
jarrodchesney committed Jun 29, 2019
1 parent 5cee87a commit e5f71ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fi
# Tag and push this release
if [ $HAS_GIT ]; then
# We need to commit the config file with the version for Read The Docs
if [ -n ${VER_FILES_TO_COMMIT} ]; then
if [ -n "${VER_FILES_TO_COMMIT}" ]; then
git add ${VER_FILES_TO_COMMIT}
git commit -m "Updated conf.py to ${VER}"
fi
Expand Down

0 comments on commit e5f71ee

Please sign in to comment.