Skip to content

Commit

Permalink
script
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Oct 19, 2018
1 parent 751c91c commit 10431fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def build(self, arch):

deb = self.deb(arch)

if os.path.exists(deb):
if not script and os.path.exists(deb):
print(f"# not rebuilding {deb}\n")
return

Expand Down

0 comments on commit 10431fc

Please sign in to comment.