X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=deno%2Finstall.sh;h=78fc3d57ef7b706854ce9819c078ce001caa8bfe;hb=aa61db993471a5ec35fadbc050126735b9fc200a;hp=06d83b2db060d18f5f33a90bcb8bb6dd13404302;hpb=df64451d4c5aef17b0f52c9d35d290b27202be69;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() {