Skip to content

Commit 35a8fbc

Browse files
committed
Fix a typo
1 parent 9688072 commit 35a8fbc

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
@@ -63,7 +63,7 @@ clean:
6363
.PHONY: clean
6464

6565
package: tools/box
66-
$(eval VERSION=$(shell (git describe --abbrev=0 --tags 2>/dev/null || echo "0.1-dev") | sed -e 's/^v//')))
66+
$(eval VERSION=$(shell (git describe --abbrev=0 --tags 2>/dev/null || echo "0.1-dev") | sed -e 's/^v//'))
6767
@rm -rf build/phar && mkdir -p build/phar
6868

6969
cp -r src LICENSE composer.json scoper.inc.php build/phar

0 commit comments

Comments
 (0)