fixup(rg): call install function
authorAJ ONeal <aj@therootcompany.com>
Sun, 21 Nov 2021 09:49:06 +0000 (09:49 +0000)
committerAJ ONeal <aj@therootcompany.com>
Sun, 21 Nov 2021 09:53:33 +0000 (09:53 +0000)
rg/install.sh

index 2e7489d4bfab8b17ccf6f78012500bb99123dce0..88afcb3d920ae66098f1d66e8c8e068805bfd623 100644 (file)
@@ -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