From dce6c1955a088c6d945735d176db8090e60ee7a8 Mon Sep 17 00:00:00 2001 From: Nikos Baxevanis Date: Mon, 25 Nov 2024 12:54:34 +0100 Subject: [PATCH] Update install.sh Remove redundant space. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5556fac1..50170d39 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ set -e if ! command -v unzip >/dev/null && ! command -v 7z >/dev/null; then - echo "Error: either unzip or 7z is required to install Deno (see: https://github.com/denoland/deno_install#either-unzip-or-7z-is-required )." 1>&2 + echo "Error: either unzip or 7z is required to install Deno (see: https://github.com/denoland/deno_install#either-unzip-or-7z-is-required)." 1>&2 exit 1 fi