From 387bd704efa5493d36f9afb27c7bb2c8eb806772 Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Mon, 27 Oct 2008 20:08:43 -0700 Subject: [PATCH] whitespace --- bin/couchapp | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/couchapp b/bin/couchapp index f9b272a..29eb8cb 100755 --- a/bin/couchapp +++ b/bin/couchapp @@ -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"