From 6a4791dc9fec3ebd2bdc1d2367a6e1c6f589b777 Mon Sep 17 00:00:00 2001 From: vividvisit Date: Fri, 11 Sep 2026 15:50:55 +0800 Subject: [PATCH] service: fix parameter comment spelling Signed-off-by: vividvisit --- rocketpool-cli/service/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocketpool-cli/service/service.go b/rocketpool-cli/service/service.go index 45b73a7b6..e843fc823 100644 --- a/rocketpool-cli/service/service.go +++ b/rocketpool-cli/service/service.go @@ -590,7 +590,7 @@ func recreateDockerNetwork(rp *rocketpool.Client, prefix string) error { type startServiceParams struct { yes bool // Whether to automatically confirm prompts - // N.B.: This should ALYWAYS be false unless --ignore-slash-timer is set! + // N.B.: This should ALWAYS be false unless --ignore-slash-timer is set! ignoreSlashTimer bool // Whether to ignore the slash timer ignoreConfigSuggestion bool // Whether to skip suggesting the user run config first composeFiles []string // The compose files to start the service with