From e7cf41d1fe5a4dcbb3270758586f41313e9462ec Mon Sep 17 00:00:00 2001 From: Martin Hoyer Date: Wed, 20 Nov 2024 10:17:54 +0100 Subject: [PATCH] Add missing colon to the `tmt-try` tldr page (#3369) --- docs/tldr/tmt-try.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tldr/tmt-try.md b/docs/tldr/tmt-try.md index e7dd6ac424..fbe7f3929b 100644 --- a/docs/tldr/tmt-try.md +++ b/docs/tldr/tmt-try.md @@ -4,7 +4,7 @@ > See also: `tmt`, `tmt-run`. > More information: . -- Quickly experiment with the default provision method (no tests in cwd) +- Quickly experiment with the default provision method (no tests in cwd): `tmt try`