Skip to content

Commit

Permalink
Merge pull request #88 from indirect/faster_boxen
Browse files Browse the repository at this point in the history
speed up all invocations of boxen
  • Loading branch information
wfarr committed Mar 4, 2013
2 parents c766b57 + bfe6c82 commit 766f9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/boxen
Expand Up @@ -64,7 +64,7 @@ end

# Make sure our local dependencies are up to date.

strap = %w(script/bootstrap --deployment --local --without development:test)
strap = %w(script/bootstrap --deployment --local --without development:test --no-cache)
abort "Can't bootstrap, dependencies are outdated." unless system *strap

# Set up our local configuration, deps, and load path.
Expand Down

0 comments on commit 766f9c4

Please sign in to comment.