From 701aef636cbba498142fe22e4e4a015ce0839043 Mon Sep 17 00:00:00 2001 From: shaerpour Date: Sat, 28 Jun 2025 11:06:43 +0330 Subject: [PATCH] doc(README): Remove trailing space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d56ec8..2196a6e 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ After this you should be able to use `ansible-test integration` to perform the i Sample: ``` -ansible-test integration --color --local -vvv hetzner.hcloud.server // Executed all integration tests for server module +ansible-test integration --color --local -vvv hetzner.hcloud.server // Executed all integration tests for server module ``` ## Releasing a new version