From 775f4409862aeb85741a3f5eecc7436daeccf242 Mon Sep 17 00:00:00 2001
From: Gunnar Schaefer <gsfr@flywheel.io>
Date: Tue, 11 Apr 2017 17:10:03 -0700
Subject: [PATCH] Use new folder_sniper option --secret

---
 docker/bootstrap-data.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/bootstrap-data.sh b/docker/bootstrap-data.sh
index 92621804..c2ba6e7d 100755
--- a/docker/bootstrap-data.sh
+++ b/docker/bootstrap-data.sh
@@ -25,7 +25,7 @@ bootstrap_data_label=7d5c3608ff360d6ae28aab0ef262e6781c4ae8d6
 
 
 # Same as bootstrap_data_label above, except for scitran/reaper.
-bootstrap_reaper_label=1.0.3
+bootstrap_reaper_label=options
 
 
 # Move to API folder for relative path assumptions later on
@@ -72,6 +72,6 @@ pip install "git+https://github.com/scitran/reaper.git@${bootstrap_reaper_label}
 
 
 ## load the test data in
-folder_sniper --yes --insecure "$TESTDATA_DIR/download" "${SCITRAN_SITE_API_URL}?secret=${SCITRAN_CORE_DRONE_SECRET}"
+folder_sniper --yes --insecure --secret "$SCITRAN_CORE_DRONE_SECRET" "$TESTDATA_DIR/download" $SCITRAN_SITE_API_URL
 
 )
-- 
GitLab