refactor!: namespace downloads to ~/Downloads/webi on Mac and Linux
[webi-installers/.git] / deno / install.sh
index 393f336c8a8826af70690fd06d253a81fa892178..78fc3d57ef7b706854ce9819c078ce001caa8bfe 100644 (file)
@@ -2,7 +2,7 @@
 
 # The custom functions for Deno are here.
 # For the generic functions - version checks, download, extract, etc:
-# See https://github.com/webinstall/packages/branches/master/webi/template.bash
+# See https://github.com/webinstall/packages/branches/master/_webi/template.sh
 
 set -e
 set -u
@@ -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() {