From c9a235246b5b187b62fe3df1c5cc245eb84ac6fb Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org> Date: Tue, 17 Dec 2024 13:29:13 +0100 Subject: [PATCH] swh/cli/db: Fix typo in error message Refs. swh/infra/sysadm-environment#5515 --- swh/core/cli/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swh/core/cli/db.py b/swh/core/cli/db.py index ae99630..e0b6a7c 100755 --- a/swh/core/cli/db.py +++ b/swh/core/cli/db.py @@ -828,7 +828,7 @@ def handle_cmd_args( if do_all: raise ValueError("Cannot use both 'all' and a specific config target") if dbname: - raise ValueError("Cannot use both 'dbaname' and a specific config target") + raise ValueError("Cannot use both 'dbname' and a specific config target") package = module backends = [] -- GitLab