chore: make Prettier
[webi-installers/.git] / rg / install.sh
index 2e7489d4bfab8b17ccf6f78012500bb99123dce0..397e1a90c5a7a6ab5cd6c15cd75af81dab4475d5 100644 (file)
@@ -2,8 +2,7 @@
 set -e
 set -u
 
-function __install_rg() {
-
+function __init_rg() {
 
     ###################
     # Install ripgrep #
@@ -39,3 +38,5 @@ function __install_rg() {
         echo $(rg --version 2> /dev/null | head -n 1 | cut -d ' ' -f 2)
     }
 }
+
+__init_rg