mirror of
				https://github.com/kewlfft/ansible-aur.git
				synced 2025-11-04 10:02:30 +03:00 
			
		
		
		
	remove useless brackets
This commit is contained in:
		@@ -174,7 +174,7 @@ def build_command_prefix(use, extra_args, skip_pgp_check=False, ignore_arch=Fals
 | 
				
			|||||||
        command.append('--skippgpcheck')
 | 
					        command.append('--skippgpcheck')
 | 
				
			||||||
    if ignore_arch:
 | 
					    if ignore_arch:
 | 
				
			||||||
        command.append('--ignorearch')
 | 
					        command.append('--ignorearch')
 | 
				
			||||||
    if (aur_only and use in has_aur_option):
 | 
					    if aur_only and use in has_aur_option:
 | 
				
			||||||
        command.append('--aur')
 | 
					        command.append('--aur')
 | 
				
			||||||
    if extra_args:
 | 
					    if extra_args:
 | 
				
			||||||
        command += shlex.split(extra_args)
 | 
					        command += shlex.split(extra_args)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user