Skip to content

Commit

Permalink
Small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
arunk committed Mar 1, 2011
1 parent c77bdc5 commit 522fc22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dubious_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def init(src, war)
'java', '-cp', TOOLS,
'com.google.appengine.tools.KickStart',
'com.google.appengine.tools.development.DevAppServerMain',
'--address=#{args.address}",
'--port=#{args.port}",
"--address=#{args.address}",
"--port=#{args.port}",
@war]
system *args
@done = true
Expand Down

0 comments on commit 522fc22

Please sign in to comment.