We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966f59d commit 1923f09Copy full SHA for 1923f09
Makefile
@@ -24,7 +24,7 @@ clipper: clipper.go
24
build: clipper
25
26
tag: version
27
- git tag -s $$VERSION -m "$$VERSION release"
+ git tag -s ${VERSION} -m "${VERSION} release"
28
29
archive: clipper-${VERSION}.zip
30
0 commit comments