Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chandradeep11 committed Jul 1, 2019
1 parent 8d0d0a1 commit 2a5ae8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/cli.py
Expand Up @@ -548,7 +548,7 @@ def clear(self):

def rebuild_fast(self):
### Get out config but without starting pylons environment ####
conf = self._get_config()
conf = _get_config()

### Get ids using own engine, otherwise multiprocess will balk
db_url = conf['sqlalchemy.url']
Expand Down

0 comments on commit 2a5ae8a

Please sign in to comment.