diff --git a/install.sh b/install.sh index c16b6a548e..3242844117 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" }