From a6c6fe32f1d12a4a9465ef2cafd4e1a11e0b3e93 Mon Sep 17 00:00:00 2001 From: DaAwesomeP Date: Sun, 25 Oct 2015 21:28:09 -0500 Subject: [PATCH] fix typo --- .travis.yml | 2 +- bin/wappalyzer-build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f8675ba20..c19fa52d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ install: - ln -s docker/node/package.json package.json && npm install - mkdir phantomjs && curl -L https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2 | tar xvjC phantomjs && ln -s $WAPPALYZER_ROOT/phantomjs/phantomjs-*-linux-x86_64/bin/phantomjs bin/phantomjs script: wappalyzer build -after_script: ls -l --block-size=MB build +after_script: ls -l --block-size=kB build diff --git a/bin/wappalyzer-build b/bin/wappalyzer-build index 5c774b1ad..f55ab112e 100755 --- a/bin/wappalyzer-build +++ b/bin/wappalyzer-build @@ -19,7 +19,7 @@ echo "Compressing PNG icons..." imagemin $WAPPALYZER_ROOT/src/icons $WAPPALYZER_ROOT/src/icons -o 3 -echo "Compressing PNG icons..." +echo "Compressing SVG icons..." svgo -f $WAPPALYZER_ROOT/src/icons $WAPPALYZER_ROOT/src/icons