mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	osx: fix exit on unknown command in spotify function (#8375)
This commit is contained in:
		
				
					committed by
					
						
						Marc Cornellà
					
				
			
			
				
	
			
			
			
						parent
						
							24d83d1e8c
						
					
				
				
					commit
					e453731fc9
				
			@@ -470,7 +470,7 @@ while [ $# -gt 0 ]; do
 | 
			
		||||
            break ;;
 | 
			
		||||
        * )
 | 
			
		||||
            showHelp;
 | 
			
		||||
            exit 1;
 | 
			
		||||
            break;
 | 
			
		||||
 | 
			
		||||
    esac
 | 
			
		||||
done
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user