From 1d93a33f8171ffe17e841014eff2a50e49cf73f2 Mon Sep 17 00:00:00 2001 From: matfax Date: Sun, 11 Nov 2018 18:28:27 +0100 Subject: [PATCH] Fix envorb URL --- .idea/vcs.xml | 1 + src/@orb.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..6d32240 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,6 @@ + \ No newline at end of file diff --git a/src/@orb.yml b/src/@orb.yml index e19b254..37496b0 100644 --- a/src/@orb.yml +++ b/src/@orb.yml @@ -134,7 +134,7 @@ commands: command: | if [ ! -e "/usr/local/bin/envload" ]; then echo "Installing envorb loader..." - wget -O /usr/local/bin/envload https://raw.githubusercontent.com/gofunky/orbs/master/envorb/load.sh + wget -O /usr/local/bin/envload https://raw.githubusercontent.com/gofunky/envorb/master/load.sh chmod +x /usr/local/bin/envload fi - steps: << parameters.prepare >>