diff --git a/britney.py b/britney.py index 2ac8181..8fd53a4 100755 --- a/britney.py +++ b/britney.py @@ -1981,7 +1981,7 @@ class Britney: pkg_name = pkg[1:] suite = "testing" # testing-proposed-updates = "_tpu" - elif pkg[0].endswith("_tpu"): + elif pkg.endswith("_tpu"): pkg_name = pkg[:-4] suite = "tpu" # normal update of source packages = ""