Skip to content

Commit c5c4203

Browse files
author
Krzysztof Wende
committed
dont include core in releases typo
1 parent 12dca50 commit c5c4203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bump.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if git diff-index --quiet HEAD --; then
1515
git tag $VER
1616
git push origin master $VER
1717
rm -f elchemy-*.ez
18-
rm -rf lib/Elmchemy/X*
18+
rm -rf lib/Elchemy/X*
1919
mix archive.build
2020
mix archive.install "elchemy-$VER.ez" --force
2121

0 commit comments

Comments
 (0)