whitespace
This commit is contained in:
parent
30fc3230c0
commit
387bd704ef
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ when /push/
|
||||||
dbspec = CouchRest.parse(dbstring)
|
dbspec = CouchRest.parse(dbstring)
|
||||||
fm = CouchRest::FileManager.new(dbspec[:database], dbspec[:host])
|
fm = CouchRest::FileManager.new(dbspec[:database], dbspec[:host])
|
||||||
fm.push_app(dir, appname)
|
fm.push_app(dir, appname)
|
||||||
|
|
||||||
when /pull/
|
when /pull/
|
||||||
puts "pull is not yet implemented"
|
puts "pull is not yet implemented"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue