chore(style): convert blocks into functions (see #325)
[webi-installers/.git] / zoxide / install.sh
index 2111e3b45bc5a642202b59c62676a1b475d87129..c9383b68f9001e1a1a3bab666048e4d1c2ab5732 100644 (file)
@@ -33,7 +33,7 @@ function __init_zoxide() {
         #       zoxide v0.5.0-31-g8452961
         # This trims it down to just the version number:
         #       0.5.0
-        zoxide --version 2>/dev/null | head -n 1 | cut -d '-' -f 1 | cut -b '9-'
+        zoxide --version 2> /dev/null | head -n 1 | cut -d '-' -f 1 | cut -b '9-'
     }
 
     # shellcheck disable=SC2016