From 509f98254fe05526c357dd5ae3907ab5f738fa9e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 13 Jun 2020 16:24:48 -0600 Subject: [PATCH] show alias version --- go/install.bash | 2 +- ripgrep/install.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go/install.bash b/go/install.bash index adff446..96a6285 100644 --- a/go/install.bash +++ b/go/install.bash @@ -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 diff --git a/ripgrep/install.bash b/ripgrep/install.bash index faf0f17..75120fd 100644 --- a/ripgrep/install.bash +++ b/ripgrep/install.bash @@ -5,5 +5,5 @@ # description: | # See https://webinstall.dev/rg -echo "'ripgrep' (project) is an alias for 'rg' (command)" +echo "'ripgrep@${WEBI_VERSION:-}' (project) is an alias for 'rg@${WEBI_VERSION:-}' (command)" curl -fsSL https://webinstall.dev/rg@${WEBI_VERSION:-} | bash -- 2.25.1