Skip to content

Commit

Permalink
fix issue benoitc#60. spooted by @gmat thanks!
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Jan 24, 2011
1 parent 2f3b58e commit 33c69f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchdbkit/ext/pylons/db.py
Expand Up @@ -27,7 +27,7 @@ def init_db(uri, dbname, main_db=True):

def sync_design(db, path):
"""Synchronizes the design documents with the database passed in."""
pushapps(path, db, force=true)
pushapps(path, db)

def default_design_path(config):
"""Returns full path to the default design documents path, it's _design in
Expand Down

0 comments on commit 33c69f9

Please sign in to comment.