cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / deno / install.sh
index 06d83b2db060d18f5f33a90bcb8bb6dd13404302..78fc3d57ef7b706854ce9819c078ce001caa8bfe 100644 (file)
@@ -19,7 +19,7 @@ pkg_get_current_version() {
     #       typescript 3.9.2
     # This trims it down to just the version number:
     #       1.1.1
-    echo "$(deno --version 2>/dev/null | head -n 1 | cut -d' ' -f2)"
+    echo "$(deno --version 2> /dev/null | head -n 1 | cut -d' ' -f2)"
 }
 
 pkg_install() {