show alias version

This commit is contained in:
AJ ONeal
2020-06-13 16:24:48 -06:00
parent 3bc4638397
commit 509f98254f
2 changed files with 2 additions and 2 deletions

View File

@@ -5,5 +5,5 @@
# description: |
# See https://webinstall.dev/golang
echo "'go' is an alias for 'golang'"
echo "'go@${WEBI_VERSION:-}' is an alias for 'golang@${WEBI_VERSION:-}'"
curl -fsSL https://webinstall.dev/golang@${WEBI_VERSION:-} | bash