diff --git a/osc/obs_scm/store.py b/osc/obs_scm/store.py index 8c4a6a06..62a37cd0 100644 --- a/osc/obs_scm/store.py +++ b/osc/obs_scm/store.py @@ -342,7 +342,7 @@ def check_store_version(dir): v = '' if v == '': - msg = f'Error: "{os.path.abspath(dir)}" is not an osc package working copy.' + msg = f'Error: "{os.path.abspath(dir)}" is not an osc working copy.' if os.path.exists(os.path.join(dir, '.svn')): msg = msg + '\nTry svn instead of osc.' raise oscerr.NoWorkingCopy(msg)