Skip to content

Commit

Permalink
fix drink new
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed May 2, 2012
1 parent b9d598b commit 63b1164
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions lib/DU/App/Command/drink/new.pm
Expand Up @@ -30,16 +30,20 @@ sub execute {
source => '500 Cocktails, p27',
ingredients => [{
name => 'Club Soda',
volume => 1,
unit => 'ounce',
amount => 4,
}, {
name => 'Gin',
volume => .5,
unit => 'ounce',
amount => 2,
}, {
name => 'Lemon Juice',
volume => .25,
unit => 'ounce',
amount => 1,
}, {
name => 'Simple Syrup',
volume => 1 / 24,
unit => 'tablespoon',
amount => 1,
}],
}
}
Expand Down

0 comments on commit 63b1164

Please sign in to comment.