From 859a962c12e4d11e8b7880ef9e5f041b4b1b570b Mon Sep 17 00:00:00 2001 From: Marcin-Ramotowski Date: Sun, 4 May 2025 11:02:09 +0000 Subject: [PATCH] Corrected python command name in Goss config YAML --- goss.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goss.yaml b/goss.yaml index d0665bb..da3788d 100644 --- a/goss.yaml +++ b/goss.yaml @@ -4,5 +4,5 @@ port: ip: - 0.0.0.0 process: - python: + python3: running: true