API 0.4 Reverted minor errors in changeset 2324

This commit is contained in:
Dan Moore 2007-03-23 23:20:47 +00:00
parent d07277efba
commit 11279ebfe9
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ development:
adapter: mysql
database: openstreetmap
username: openstreetmap
password:
password: openstreetmap
host: localhost
# Warning: The database defined as 'test' will be erased and

View file

@ -1,2 +1,2 @@
#!/usr/bin/env ruby
Dir[File.dirname(__FILE__) + "/../lib/daemons/*_ctl"].each {|f| `ruby #{f} #{ARGV.first}`} # TODO remove ruby - hack for windows
#!/usr/bin/env ruby
Dir[File.dirname(__FILE__) + "/../lib/daemons/*_ctl"].each {|f| `#{f} #{ARGV.first}`}