We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have two node default-ubuntu-1204 and default-ubuntu-1204-with-small-mem when I want to login to default-ubuntu-1204, I get this message
default-ubuntu-1204
default-ubuntu-1204-with-small-mem
$ kitchen login default-ubuntu-1204 >>>>>> Argument `default-ubuntu-1204' returned multiple results: * default-ubuntu-1204 * default-ubuntu-1204-with-small-mem
I have to append $ to the node name, regex check comes before exact match, this may be a bug
$
The text was updated successfully, but these errors were encountered:
Ah, good find. I think I can wrap a couple of tests around this one…
Sorry, something went wrong.
d4623a1
The above commit should fix us up again. Thanks for reporting!
fnichol
No branches or pull requests
I have two node
default-ubuntu-1204
anddefault-ubuntu-1204-with-small-mem
when I want to login to
default-ubuntu-1204
, I get this messageI have to append
$
to the node name, regex check comes before exact match, this may be a bugThe text was updated successfully, but these errors were encountered: