Skip to content

Commit

Permalink
chore: update explanations for running error
Browse files Browse the repository at this point in the history
Co-authored-by: Tasos Bitsios <[email protected]>
  • Loading branch information
PhearZero and tasosbit authored Dec 26, 2024
1 parent ed97a64 commit 4d9f005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/explanations/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const PermissionErrorMsg = "this command must be run with super-user privileges
const NotInstalledErrorMsg = "algod is not installed. please run the *install* command"

// RunningErrorMsg represents the error message displayed when algod is running and needs to be stopped before proceeding.
const RunningErrorMsg = "algod is running, please run the *node stop* command"
const RunningErrorMsg = "algod is running, please run the *stop* command"

// NotRunningErrorMsg is the error message displayed when the algod service is not currently running on the system.
const NotRunningErrorMsg = "algod is not running"

0 comments on commit 4d9f005

Please sign in to comment.