Skip to content

Commit

Permalink
Merge pull request #3219 from argv0/patch-1
Browse files Browse the repository at this point in the history
Fix typo in 'paster datastore resubmit'
  • Loading branch information
amercader committed Aug 30, 2016
2 parents ac32853 + 1fa8a34 commit 8d9e536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datapusher/cli.py
Expand Up @@ -60,7 +60,7 @@ def _confirm_or_abort(self):
sys.exit(0)

def _resubmit_all(self):
resources_ids = datastore_db.get_all_resources_ids_in_datastore()
resource_ids = datastore_db.get_all_resources_ids_in_datastore()
self._submit(resource_ids)

def _submit_all_packages(self):
Expand Down

0 comments on commit 8d9e536

Please sign in to comment.