* fixing typo in override of version file

This commit is contained in:
Seth Call 2013-08-29 13:49:47 +00:00
parent c932a0920c
commit c5e97b8507
1 changed files with 2 additions and 2 deletions

4
build
View File

@ -41,8 +41,8 @@ if [ -n "$PACKAGE" ]; then
exit 1
fi
cat > lib/jam_web/version.rb << EOF
module JamWeb
cat > lib/jam_admin/version.rb << EOF
module JamAdmin
VERSION = "0.1.$BUILD_NUMBER"
end
EOF