mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-19 16:36:39 +00:00
fixup(rg): call install function
This commit is contained in:
@@ -4,7 +4,6 @@ set -u
|
||||
|
||||
function __install_rg() {
|
||||
|
||||
|
||||
###################
|
||||
# Install ripgrep #
|
||||
###################
|
||||
@@ -39,3 +38,5 @@ function __install_rg() {
|
||||
echo $(rg --version 2> /dev/null | head -n 1 | cut -d ' ' -f 2)
|
||||
}
|
||||
}
|
||||
|
||||
__install_rg
|
||||
|
||||
Reference in New Issue
Block a user