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"] ["setup-db" "Initializes database"]
["load-json" "Loads mtgjson card/set data from specified json file"] ["load-json" "Loads mtgjson card/set data from specified json file"]
["scrape-prices" "Runs all price scrapers, updating card pricing"] ["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 (defn- ->actions-summary
[] []

View file

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