summaryrefslogtreecommitdiffstats
path: root/src/debputy/transformation_rules.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:06:24 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 20:06:24 +0000
commitf965424faf1c5e6183eaa55bd3e9e080d66cab07 (patch)
treead833dece5839adb32b4fa4b629709a73cf8ca6b /src/debputy/transformation_rules.py
parentReleasing progress-linux version 0.1.21-0.0~progress7.99u1. (diff)
downloaddebputy-f965424faf1c5e6183eaa55bd3e9e080d66cab07.tar.xz
debputy-f965424faf1c5e6183eaa55bd3e9e080d66cab07.zip
Merging upstream version 0.1.22.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--src/debputy/transformation_rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debputy/transformation_rules.py b/src/debputy/transformation_rules.py
index 8d9caae..fdf9528 100644
--- a/src/debputy/transformation_rules.py
+++ b/src/debputy/transformation_rules.py
@@ -217,7 +217,7 @@ class MoveTransformationRule(TransformationRule):
self._error(
f"Could not rename {self._match_rule.describe_match_short()} to {self._dest_path}"
f" (from: {self._definition_source}). Multiple paths matched the pattern and the"
- " destination was not a directory. Either correct the pattern to only match ony source"
+ " destination was not a directory. Either correct the pattern to only match only source"
" OR define the destination to be a directory (E.g., add a trailing slash - example:"
f' "{self._dest_path}/")'
)