Skip to content

Commit

Permalink
update where build-homebrew.sh gets the version
Browse files Browse the repository at this point in the history
  • Loading branch information
David Glick committed Mar 16, 2020
1 parent 4cd7803 commit da340fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility/build-homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo " "
curl -L "https://pypi.io/pypi/cumulusci/json" > "$PYPI_JSON" || exit 1
PACKAGE_URL="$(cat "$PYPI_JSON" | jq '.urls[1].url')" || exit 1
PACKAGE_SHA="$(cat "$PYPI_JSON" | jq '.urls[1].digests.sha256')" || exit 1
PACKAGE_VERSION="$(cat setup.cfg | grep current_version | head -n 1 | cut -f 3 -d' ')" || exit 1
PACKAGE_VERSION="$(cat cumulusci/version.txt)"

echo " "
echo "=> Creating a temporary virtualenv and installing CumulusCI..."
Expand Down

0 comments on commit da340fe

Please sign in to comment.