rename scrape-set-images action

This commit is contained in:
Gered 2016-06-29 09:49:23 -04:00
parent a0ef0d48e0
commit 8859432b7d
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
["setup-db" "Initializes database"]
["load-json" "Loads mtgjson card/set data from specified json file"]
["scrape-prices" "Runs all price scrapers, updating card pricing"]
["scrape-set-images" "Downloads set images from gatherer"]])
["scrape-images" "Downloads set/mana/symbol images from Gatherer"]])
(defn- ->actions-summary
[]

View file

@ -93,7 +93,7 @@
(update-prices! (first arguments))
(update-prices!))
:scrape-set-images
:scrape-images
(do
(download-gatherer-set-images!)
(download-gatherer-symbol-images!)))))