diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-05-15 17:04:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-05-15 17:04:59 -0300 |
commit | 2f4cf9d60d8e7acd07028a80f71ee711422639f7 (patch) | |
tree | e00558f5d3f707177eb295106fb48f46e579d3df | |
parent | 7d58c3e04b3763dbd3dd0ca77950d3e9deaae674 (diff) | |
download | ckandumper-2f4cf9d60d8e7acd07028a80f71ee711422639f7.tar.gz ckandumper-2f4cf9d60d8e7acd07028a80f71ee711422639f7.tar.bz2 |
Fix typo
-rwxr-xr-x | ckandumper | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -243,7 +243,7 @@ class CkanDumper: package_download.append([resource['url'], resource_file]) - self.download.get(package_download) + self.download.get(package_downloads) # Run only once during development #return |