Skip to content

Commit

Permalink
Fix alias definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Harper committed Oct 8, 2011
1 parent bf9f32b commit cb6e71a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/worker.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ json:
- bundler
- rake
aliases:
rbx-head-n18: rbx18
rbx-head-n19: rbx19
jruby-1.6.4-n18: jruby18
jruby-1.6.4-n19: jruby19
rbx18: rbx-head-n18
rbx19: rbx-head-n19
jruby18: jruby-1.6.4-n18
jruby19: jruby-1.6.4-n19
mysql:
server_root_password: ""
postgresql:
Expand Down

0 comments on commit cb6e71a

Please sign in to comment.