whitespace

This commit is contained in:
Chris Anderson 2008-10-27 20:08:43 -07:00
parent 30fc3230c0
commit 387bd704ef

View file

@ -47,6 +47,7 @@ when /push/
dbspec = CouchRest.parse(dbstring)
fm = CouchRest::FileManager.new(dbspec[:database], dbspec[:host])
fm.push_app(dir, appname)
when /pull/
puts "pull is not yet implemented"