Fix for Travis CI
This commit is contained in:
parent
675ddd8d08
commit
e9835070e2
@ -14,7 +14,6 @@ class Yaourt(Backend):
|
|||||||
self.aur_only = aur_only
|
self.aur_only = aur_only
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
||||||
def updates(self):
|
def updates(self):
|
||||||
command = ["yaourt", "-Qua"]
|
command = ["yaourt", "-Qua"]
|
||||||
checkupdates = run_through_shell(command)
|
checkupdates = run_through_shell(command)
|
||||||
|
Loading…
Reference in New Issue
Block a user