Skip to content

Commit

Permalink
Add guard to bundler plugin's wrapped commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ches committed Aug 12, 2011
1 parent dc7eee4 commit 11fcdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bundler/bundler.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ alias bp="bundle package"

# The following is based on https://github.com/gma/bundler-exec

bundled_commands=(cap capify cucumber heroku rackup rails rake rspec ruby shotgun spec spork thin unicorn unicorn_rails)
bundled_commands=(cap capify cucumber guard heroku rackup rails rake rspec ruby shotgun spec spork thin unicorn unicorn_rails)

## Functions

Expand Down

0 comments on commit 11fcdb8

Please sign in to comment.