Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit d617794

Browse files
add command separator (#378)
1 parent 553f7ff commit d617794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ release: test-daml test-ui package
118118
publish: test-tags
119119
@release_check=`git tag | grep $(release_tag) | wc -l`; \
120120
if [ $$release_check -eq 0 ]; then \
121-
echo "New tag detected - releasing" \
121+
echo "New tag detected - releasing"; \
122122
make release; \
123123
else \
124124
echo "Tag $(release_tag) already exists... skipping release"; \

0 commit comments

Comments
 (0)