mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
Update install.sh
This commit is contained in:
parent
a47f8280e6
commit
27b84d69ea
@ -370,7 +370,6 @@ nvm_check_global_modules() {
|
|||||||
append_to_file() {
|
append_to_file() {
|
||||||
local file=$1
|
local file=$1
|
||||||
local code=$2
|
local code=$2
|
||||||
|
|
||||||
echo "$code" >> "$file"
|
echo "$code" >> "$file"
|
||||||
echo "code added to the file"
|
echo "code added to the file"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user