Browse Source

fix tyop

fix-broken-scrape
Jørgen Sverre Lien Sellæg 5 years ago
parent
commit
49fedae2c9
  1. 2
      bin/extract-unique-pages-from-event-nodes

2
bin/extract-unique-pages-from-event-nodes

@ -3,7 +3,7 @@
PATH="$PATH:$HOME/src/garbit/lib/facebook-event-scraper/bin"
if [ "$1" == "" ]; then
echo "This script takes in an path to an JSON file containing an Array.";
echo "This script takes in a path to a JSON file containing an Array.";
exit 0;
fi

Loading…
Cancel
Save