Fix installer URL

[skip ci]
This commit is contained in:
Carlos C
2016-10-24 09:54:11 -07:00
parent de73b66739
commit 3778c0e213

View File

@@ -58,7 +58,7 @@ else
exit 1 exit 1
fi fi
url='https://github.com/iron-io/fnctl/releases/download' url='https://github.com/iron-io/functions/releases/download'
# perform some very rudimentary platform detection # perform some very rudimentary platform detection
case "$(uname)" in case "$(uname)" in
@@ -85,10 +85,10 @@ esac
cat >&2 <<'EOF' cat >&2 <<'EOF'
Either your platform is not easily detectable or is not supported by this Either your platform is not easily detectable or is not supported by this
installer script (yet - PRs welcome! [install.sh]). installer script (yet - PRs welcome! [fnctl/install]).
Please visit the following URL for more detailed installation instructions: Please visit the following URL for more detailed installation instructions:
https://github.com/iron-io/ironcli https://github.com/iron-io/functions
EOF EOF
exit 1 exit 1