From baa515b25854f1c2e3a54bee7e29ea86d23a2ca3 Mon Sep 17 00:00:00 2001 From: Thorsten Hans Date: Thu, 10 Oct 2024 19:38:57 +0200 Subject: [PATCH] Update cmd/cleanup.go Co-authored-by: Caleb Schoepp Signed-off-by: Thorsten Hans --- cmd/cleanup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cleanup.go b/cmd/cleanup.go index 8c0ef5c..8147583 100644 --- a/cmd/cleanup.go +++ b/cmd/cleanup.go @@ -61,7 +61,7 @@ func cleanUp() error { // The `docker stop` command will throw an error if there are no containers to stop if len(containerIDs) == 0 { - fmt.Println("No Spin OTel resources found. Nothing to clean up.") + fmt.Println("No Spin OpenTelemetry resources found. Nothing to clean up.") return nil }