Skip to content

Commit 7c40736

Browse files
committed
Adjust error message
Signed-off-by: Cristian Le <git@lecris.dev>
1 parent 3e50752 commit 7c40736

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tmt/libraries/beakerlib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ def __init__(
121121
# name of the repo used in `rlImport`.
122122
if not identifier.nick:
123123
raise tmt.utils.SpecificationError(
124-
"Need either 'url' fetch a remote beakerlib library, "
125-
"or 'path' to use a local filesystem library"
124+
"Need either 'url' to fetch a remote beakerlib library, "
125+
"or 'path' to use a local filesystem library, "
126126
"or 'nick' to use the discovered tmt tree as the library."
127127
)
128128
# FIXME: it seems self.parent is always a `DiscoverFmf`?

0 commit comments

Comments
 (0)