summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorars <asav1410@gmail.com>2020-10-06 18:04:17 +0100
committerars <asav1410@gmail.com>2020-10-06 18:04:17 +0100
commit623a1b1bf78494c983e33611199f1a1bca648017 (patch)
tree2c03878c7dcf57b459551b9443d7c13fda1f35ef
parente9ae14f67aecf6d5d82bb8769c880abad77f65a1 (diff)
fix typo
-rw-r--r--getjson.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/getjson.sh b/getjson.sh
index 1a2e359..77f51f4 100644
--- a/getjson.sh
+++ b/getjson.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# set destination directory
-directory=/home/ars/
+directory=/home/ars
curl --silent -H "App-Key: A4E247A48AAF12BF2E97D9F346E56" https://admin.libertybus.je/cache/timetables/timetable_full.json > $directory/timetable_full.json
curl --silent -H "App-Key: A4E247A48AAF12BF2E97D9F346E56" https://admin.libertybus.je/api/v1/service_updates > $directory/service_updates.json