Skip to content

Commit 20041ff

Browse files
committed
Fix typo, rake build instead of rake hash
1 parent 966bd5c commit 20041ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fi
2020
if [ "$TRAVIS_BRANCH" != "source" ]; then
2121
echo "Non source branch, collecting and building but not deploying"
2222
bundle exec rake collect
23-
bundle exec rake hash
23+
bundle exec rake build
2424
exit 0
2525
fi
2626

0 commit comments

Comments
 (0)