mirror of https://github.com/kewlfft/ansible-aur
optional argument default for get bin path removed
parent
2766c2661c
commit
5acabdc819
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:
|
||||||
|
|
Loading…
Reference in New Issue