From 27b84d69ea437245cd66eaad92e32d9005f5454a Mon Sep 17 00:00:00 2001 From: mannem srinivas Date: Mon, 16 Sep 2024 15:32:15 +0530 Subject: [PATCH] Update install.sh --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index c16b6a5..3242844 100755 --- a/install.sh +++ b/install.sh @@ -370,7 +370,6 @@ nvm_check_global_modules() { append_to_file() { local file=$1 local code=$2 - echo "$code" >> "$file" echo "code added to the file" }