Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rocketpool-cli/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading