diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3d4f4a6f7..1d44d1ca9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -9,8 +9,7 @@ on: jobs: publish: - permissions: - write-all + permissions: write-all name: publish runs-on: ubuntu-latest steps: diff --git a/tools/cli/src/node_cli.rs b/tools/cli/src/node_cli.rs index 0e43dc032..3be0f2837 100644 --- a/tools/cli/src/node_cli.rs +++ b/tools/cli/src/node_cli.rs @@ -57,7 +57,7 @@ fn find_a_config() -> anyhow::Result { 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 "; + let help = "If this is not what you expected explicitly set it with --config-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