mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 18:25:52 +08:00 
			
		
		
		
	fix
This commit is contained in:
		| @@ -32,7 +32,6 @@ install_from_git() { | |||||||
|     echo -e "\r=> \c" |     echo -e "\r=> \c" | ||||||
|     cd "$NVM_DIR" && git pull 2> /dev/null || { |     cd "$NVM_DIR" && git pull 2> /dev/null || { | ||||||
|       echo >&2 "Failed to update nvm, run 'git pull' in $NVM_DIR yourself.." |       echo >&2 "Failed to update nvm, run 'git pull' in $NVM_DIR yourself.." | ||||||
|       return 0 |  | ||||||
|     } |     } | ||||||
|   else |   else | ||||||
|     # Cloning to $NVM_DIR |     # Cloning to $NVM_DIR | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user