X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=deno%2Finstall.sh;h=78fc3d57ef7b706854ce9819c078ce001caa8bfe;hb=46445e9382905a52e770d44191235be179616049;hp=06d83b2db060d18f5f33a90bcb8bb6dd13404302;hpb=76776e9d5403d59b2cd5cba16d84f819a56bc5aa;p=webi-installers%2F.git diff --git a/deno/install.sh b/deno/install.sh index 06d83b2..78fc3d5 100644 --- a/deno/install.sh +++ b/deno/install.sh @@ -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() {