Skip to content

Commit

Permalink
Fix envorb URL
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Nov 11, 2018
1 parent 6b0e6e7 commit 1d93a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 >>
Expand Down

0 comments on commit 1d93a33

Please # to comment.