chore(style): convert blocks into functions (see #325)
[webi-installers/.git] / rg / install.sh
index 88afcb3d920ae66098f1d66e8c8e068805bfd623..397e1a90c5a7a6ab5cd6c15cd75af81dab4475d5 100644 (file)
@@ -2,7 +2,7 @@
 set -e
 set -u
 
-function __install_rg() {
+function __init_rg() {
 
     ###################
     # Install ripgrep #
@@ -39,4 +39,4 @@ function __install_rg() {
     }
 }
 
-__install_rg
+__init_rg