1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 21:28:42 +02:00

Update build.py

Fix repeated word.
This commit is contained in:
Kevin Tee
2020-07-26 11:57:18 +00:00
committed by GitHub
parent 077138e5ad
commit 783544d2da

View File

@@ -504,7 +504,7 @@ def check_trusted_projects(apiurl, projects):
print("adding '%s' to oscrc: ['%s']['trusted_prj']" % (prj, apiurl))
trusted.append(prj)
elif r != '2':
print("Well, good good bye then :-)")
print("Well, goodbye then :-)")
raise oscerr.UserAbort()
if tlen != len(trusted):