From 931f8d42789718759729b64f1c051d5aeb3fc503 Mon Sep 17 00:00:00 2001 From: saumyapandyaa <64671058+saumyapandyaa@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:11:38 -0400 Subject: [PATCH] updated to use quit-ctrlc (#170) Co-authored-by: Gilbert Kwan --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 1ac9ff7..98d62f4 100644 --- a/README.adoc +++ b/README.adoc @@ -464,7 +464,7 @@ Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 The warning and error messages are expected and result from a request to a bad or an unknown hostname. This request is made in the `testUnknownHost()` test from the `InventoryEndpointIT` integration test. [role='command'] -include::{common-includes}/devmode-quit.adoc[] +include::{common-includes}/devmode-quit-ctrlc.adoc[] // =================================================================================================