obs: Fix typo in log line informing variable to be modified

Change-Id: I381f30ad2443bbd86a23d2808a5f8e3c650953b7
This commit is contained in:
Pau Espin 2023-10-05 17:17:12 +02:00 committed by Oliver Smith
parent 325162a1fe
commit 76a67bc8d7
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ def set_proper_package_name(package):
return package
print(f"ERROR: unknown package: {package}")
print("See packages_osmocom and packages_other in obs/lib/config.py")
print("See projects_osmocom and projects_other in obs/lib/config.py")
sys.exit(1)