Skip to content

Commit

Permalink
[cli] fix param name on help print (#321)
Browse files Browse the repository at this point in the history
Co-authored-by: sirouk <[email protected]>
  • Loading branch information
soaresa and sirouk authored Jan 7, 2025
1 parent c342e5f commit 8c4ab8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:

jobs:
publish:
permissions:
write-all
permissions: write-all
name: publish
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/src/node_cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fn find_a_config() -> anyhow::Result<PathBuf> {
let d = global_config_dir();
let val_file = d.join("validator.yaml");

let help = "If this is not what you expected explicitly set it with --config-file <path>";
let help = "If this is not what you expected explicitly set it with --config-path <path>";

// we assume if this is set up as a validator that's the preferred profile
// Check if validator.yaml exists; use it if found
Expand Down

0 comments on commit 8c4ab8c

Please sign in to comment.