mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	Add missing space before closing bracket
This commit is contained in:
		
							
								
								
									
										2
									
								
								nvm.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								nvm.sh
									
									
									
									
									
								
							| @@ -68,7 +68,7 @@ nvm_print_npm_version() { | |||||||
|  |  | ||||||
| # Make zsh glob matching behave same as bash | # Make zsh glob matching behave same as bash | ||||||
| # This fixes the "zsh: no matches found" errors | # This fixes the "zsh: no matches found" errors | ||||||
| if [ -z "${NVM_CD_FLAGS-}"]; then | if [ -z "${NVM_CD_FLAGS-}" ]; then | ||||||
|   export NVM_CD_FLAGS='' |   export NVM_CD_FLAGS='' | ||||||
| fi | fi | ||||||
| if nvm_has "unsetopt"; then | if nvm_has "unsetopt"; then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user