mirror of
				https://github.com/kewlfft/ansible-aur.git
				synced 2025-11-04 10:02:30 +03:00 
			
		
		
		
	optional argument default for get bin path removed
This commit is contained in:
		
							
								
								
									
										2
									
								
								aur.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								aur.py
									
									
									
									
									
								
							@@ -234,7 +234,7 @@ def main():
 | 
				
			|||||||
        use = 'makepkg'
 | 
					        use = 'makepkg'
 | 
				
			||||||
        # auto: select the first helper for which the bin is found
 | 
					        # auto: select the first helper for which the bin is found
 | 
				
			||||||
        for k in use_cmd:
 | 
					        for k in use_cmd:
 | 
				
			||||||
            if module.get_bin_path(k, False):
 | 
					            if module.get_bin_path(k):
 | 
				
			||||||
                use = k
 | 
					                use = k
 | 
				
			||||||
                break
 | 
					                break
 | 
				
			||||||
    else:
 | 
					    else:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user