Skip to content

Commit

Permalink
bundle exec is a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Apr 27, 2012
1 parent 6aac6d1 commit fda9762
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
@@ -1,5 +1,7 @@
.bundle
backups
bin
config/play.yml
config/play.backup.yml
db/*.sqlite3
.sass-cache
vendor
4 changes: 2 additions & 2 deletions script/bootstrap
Expand Up @@ -62,7 +62,7 @@ fi
# Install gems
#
echo " + Bootstrapping your Rubies."
bundle install --quiet
bundle install --binstubs --local --path vendor/gems --quiet

#
# Check for Nicecast
Expand Down Expand Up @@ -153,7 +153,7 @@ echo ""

#
# Generating the system auth token
#
#

auth_token=`date | md5`

Expand Down

0 comments on commit fda9762

Please sign in to comment.