summaryrefslogtreecommitdiff
path: root/salt/openbook/workflow_server
diff options
context:
space:
mode:
Diffstat (limited to 'salt/openbook/workflow_server')
-rw-r--r--salt/openbook/workflow_server/files/installdeps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/salt/openbook/workflow_server/files/installdeps.sh b/salt/openbook/workflow_server/files/installdeps.sh
index adb184f..2bba1b0 100644
--- a/salt/openbook/workflow_server/files/installdeps.sh
+++ b/salt/openbook/workflow_server/files/installdeps.sh
@@ -8,6 +8,6 @@ apt-get -y install -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--fo
curl -k \
-u '{{ pillar["jars"]["username"] }}:{{ pillar["jars"]["password"] }}' \
-o "{{ pillar["workflow_server"]["jar_name"] }}" \
- "{{ pillar["jars"]["url"] }}{{ pillar["workflow_server"]["jar_name"] }}"
+ "{{ pillar["jars"]["url"] }}/{{ pillar["workflow_server"]["jar_name"] }}"
exit 0