summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/couch-doc-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/couch-doc-update b/files/couch-doc-update
index 3cdf6ce..f448046 100644
--- a/files/couch-doc-update
+++ b/files/couch-doc-update
@@ -51,7 +51,7 @@ def main
end
usage("Missing required option") unless @db_name && @doc_id && @new_data
@new_data = JSON.parse(@new_data)
-
+
#
# update document
#