From 434cb593510547f2edb0652e78014a66c60980a8 Mon Sep 17 00:00:00 2001 From: daixiheguu Date: Tue, 25 Aug 2026 18:19:49 +0800 Subject: [PATCH] chore(cli): fix ALWAYS spelling in service comment --- 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