Skip to content

Commit

Permalink
Escape $
Browse files Browse the repository at this point in the history
  • Loading branch information
node13h committed Jul 25, 2019
1 parent 4e95a9f commit cc27c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ release-start: test e2e-test
pipenv run lase --remote origin start $${RELEASE_VERSION:+--version "$${RELEASE_VERSION}"}

release-finish:
tag=$(pipenv run lase --remote origin finish | jq -er .release_tag) && git checkout "$$tag"
tag=$$(pipenv run lase --remote origin finish | jq -er .release_tag) && git checkout "$$tag"
$(MAKE) $(lastword $(MAKEFILE_LIST)) publish

sdist: $(SDIST_TARBALL)
Expand Down

0 comments on commit cc27c36

Please sign in to comment.