Fix typo in missing version error message
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							
								
								
									
										2
									
								
								abra
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								abra
									
									
									
									
									
								
							| @ -1342,7 +1342,7 @@ sub_app_deploy (){ | ||||
|     if [ -n "$abra__version_" ]; then | ||||
|       VERSION="$abra__version_" | ||||
|       if ! printf '%s\0' "${RECIPE_VERSIONS[@]}" | grep -Fqxz -- "$VERSION"; then | ||||
|         error "'$version' doesn't appear to be a valid version of $TYPE" | ||||
|         error "'$VERSION' doesn't appear to be a valid version of $TYPE" | ||||
|       fi | ||||
|       info "Chose version $VERSION" | ||||
|     else | ||||
|  | ||||
		Reference in New Issue
	
	Block a user