chore: update shfmt

This commit is contained in:
AJ ONeal
2023-02-11 21:39:07 +00:00
parent 5fc3d0e174
commit b5fc4d742b
21 changed files with 52 additions and 52 deletions

View File

@@ -3,9 +3,9 @@ set -e
set -u
__redirect_alias_rg() {
echo "'ripgrep@${WEBI_TAG:-}' (project) is an alias for 'rg@${WEBI_VERSION:-}' (command)"
echo "'ripgrep@${WEBI_TAG-}' (project) is an alias for 'rg@${WEBI_VERSION-}' (command)"
WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
curl -fsSL "$WEBI_HOST/rg@${WEBI_VERSION:-}" | sh
curl -fsSL "$WEBI_HOST/rg@${WEBI_VERSION-}" | sh
}
__redirect_alias_rg