Fixing fn release script.

This commit is contained in:
Travis Reeder
2017-06-13 11:38:54 -07:00
parent 4a89f5648d
commit da70a0ef67

View File

@@ -30,7 +30,7 @@ echo "Version: $version"
# make dep
make release
tag = "fn-$version"
tag="fn-$version"
git add -u
git commit -m "fn tool: $version release [skip ci]"
# todo: might make sense to move this into it's own repo so it can have it's own versioning at some point