Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit 060c99c

Browse files
committed
fix syntax error
1 parent 5a55eec commit 060c99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubports-qa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def apt_upgrade():
9191
except subprocess.CalledProcessError:
9292
LOG.error("Failed to run 'apt full-upgrade'. See the output above for details.")
9393

94-
def apt_install(repository_name)
94+
def apt_install(repository_name):
9595
LOG.debug("upgrading package")
9696
try:
9797
subprocess.run(["pkginstall", package], check=True)

0 commit comments

Comments
 (0)