Skip to content

Commit

Permalink
chore: update explanations for not installed
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 dcf0541 commit ed97a64
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 @@ -7,7 +7,7 @@ const SudoWarningMsg = "(You may be prompted for your password)"
const PermissionErrorMsg = "this command must be run with super-user privileges (sudo)"

// NotInstalledErrorMsg is the error message displayed when the algod software is not installed on the system.
const NotInstalledErrorMsg = "algod is not installed. please run the *node install* command"
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"
Expand Down

0 comments on commit ed97a64

Please sign in to comment.