From 37f8d7790914bb7bb5875b9d64dbd2edd9864054 Mon Sep 17 00:00:00 2001
From: Nikolaus Krismer <nikolaus.krismer@uibk.ac.at>
Date: Tue, 24 Jan 2017 13:27:21 +0100
Subject: [PATCH] using updated datsets (updated path)

---
 CHANGELOG.md        | 1 +
 bootstrap/config.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 393527d..100998a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
 Upcoming version:
 -----------------
+  - using updated datsets (updated path) (Nikolaus Krismer)
   - updating gradle version (to version 3.3) (Nikolaus Krismer)
   - updating base box to centos 7.3 (Nikolaus Krismer)
   - updating geoserver to latest version (Nikolaus Krismer)
diff --git a/bootstrap/config.sh b/bootstrap/config.sh
index 36a0aab..2fbfa35 100755
--- a/bootstrap/config.sh
+++ b/bootstrap/config.sh
@@ -21,7 +21,7 @@ TARGET_SRID="4326"
 UPDATE_DATA=false
 
 CACHE_DIR_LOCAL="/tmp/vagrant-cache"
-CACHE_DIR_REMOTE="https://dbis-owncloud.uibk.ac.at/index.php/s/kgjm3CItQJ6P374/download?path=%2F2016&files="
+CACHE_DIR_REMOTE="https://dbis-owncloud.uibk.ac.at/index.php/s/kgjm3CItQJ6P374/download?path=%2F2017&files="
 DEPLOY_DIR="/opt"
 DATA_DIR="$DEPLOY_DIR/data"
 SETUP_DIR="/setup"
-- 
GitLab