pricecharts

track prices of consumer electronics
Log | Files | Refs | README

commit fcdf5e86f62d1bef428f9cc23c3b3148b3418f4a
parent 2703d172e41d4bcd028a4c5b5f4e75d442e2d362
Author: Kyle R W Milz <kyle@getaddrinfo.net>
Date:   Wed, 13 Aug 2014 01:31:18 -0600

pricechart.cfg: rename

Diffstat:
MShared.pm | 6+++---
Rprice_scraper.cfg -> pricechart.cfg | 0
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Shared.pm b/Shared.pm @@ -24,10 +24,10 @@ sub get_config { my $cfg_file = shift; if (!defined $cfg_file) { - if (-e "price_scraper.cfg") { - $cfg_file = "price_scraper.cfg"; + if (-e "pricechart.cfg") { + $cfg_file = "pricechart.cfg"; } else { - $cfg_file = "/etc/price_scraper.cfg"; + $cfg_file = "/etc/pricechart.cfg"; } } diff --git a/price_scraper.cfg b/pricechart.cfg