Skip to content

Commit

Permalink
add command separator (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmatson-da authored Jun 10, 2021
1 parent 553f7ff commit d617794
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 @@ -118,7 +118,7 @@ release: test-daml test-ui package
publish: test-tags
@release_check=`git tag | grep $(release_tag) | wc -l`; \
if [ $$release_check -eq 0 ]; then \
echo "New tag detected - releasing" \
echo "New tag detected - releasing"; \
make release; \
else \
echo "Tag $(release_tag) already exists... skipping release"; \
Expand Down

0 comments on commit d617794

Please sign in to comment.