mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fix installer URL
[skip ci]
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user