mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 01:45:50 +08:00 
			
		
		
		
	Fix whitespace
This commit is contained in:
		
							
								
								
									
										12
									
								
								install.sh
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								install.sh
									
									
									
									
									
								
							| @@ -68,12 +68,12 @@ nvm_download() { | ||||
|   elif nvm_has "wget"; then | ||||
|     # Emulate curl with wget | ||||
|     ARGS=$(echo "$*" | command sed -e 's/--progress-bar /--progress=bar /' \ | ||||
|                            -e 's/-L //' \ | ||||
|                            -e 's/--compressed //' \ | ||||
|                            -e 's/-I /--server-response /' \ | ||||
|                            -e 's/-s /-q /' \ | ||||
|                            -e 's/-o /-O /' \ | ||||
|                            -e 's/-C - /-c /') | ||||
|                             -e 's/-L //' \ | ||||
|                             -e 's/--compressed //' \ | ||||
|                             -e 's/-I /--server-response /' \ | ||||
|                             -e 's/-s /-q /' \ | ||||
|                             -e 's/-o /-O /' \ | ||||
|                             -e 's/-C - /-c /') | ||||
|     # shellcheck disable=SC2086 | ||||
|     eval wget $ARGS | ||||
|   fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user