merged dave

This commit is contained in:
brianleroux
2010-08-31 16:50:39 -07:00
parent 83070fc4ea
commit f818f9bda9
2 changed files with 14 additions and 21 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ Generate.new(ARGV[1]) if ARGV.first == 'gen'
Create.new(ARGV[1]) if ARGV.first == 'create'
# droidgap run [optional directory]
Run.new(ARGV[1]) if ARGV.first == 'run'
Run.new if ARGV.first == 'run'
# droidgap update [params]
Update.new if ARGV.first == 'update'