mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	Fix indent at L2672
This commit is contained in:
		
							
								
								
									
										2
									
								
								nvm.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								nvm.sh
									
									
									
									
									
								
							| @@ -2669,7 +2669,7 @@ nvm() { | ||||
|           if [ "_${VERSION:-N/A}" = '_N/A' ] && ! nvm_is_valid_version "$provided_version"; then | ||||
|             provided_version='' | ||||
|             if [ $has_checked_nvmrc -ne 1 ]; then | ||||
|             if [ -n "${NVM_SILENT-}" ]; then | ||||
|               if [ -n "${NVM_SILENT-}" ]; then | ||||
|                 nvm_rc_version >/dev/null 2>&1 && has_checked_nvmrc=1 | ||||
|               else | ||||
|                 nvm_rc_version && has_checked_nvmrc=1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user