From 49fedae2c9f4a720abb3a2b4b9521c714870940d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Sverre=20Lien=20Sell=C3=A6g?= Date: Sun, 11 Jul 2021 16:36:13 +0200 Subject: [PATCH] fix tyop --- bin/extract-unique-pages-from-event-nodes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/extract-unique-pages-from-event-nodes b/bin/extract-unique-pages-from-event-nodes index c51427c..93aca47 100755 --- a/bin/extract-unique-pages-from-event-nodes +++ b/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