Skip to content

Commit

Permalink
repo structure change + print_help improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
shini4i committed Jul 8, 2022
1 parent 35988c3 commit 2b01dc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
formula_folder: Formula
github_token: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

commit_owner: homebrew-releaser
commit_email: [email protected]
commit_owner: github-actions[bot]
commit_email: github-actions[bot]@users.noreply.github.com

depends_on: |
"kubernetes-cli"
"yq"
install: 'bin.install "kd" => "kd"'
install: 'bin.install "src/kd.sh" => "kd"'
4 changes: 2 additions & 2 deletions kd → src/kd.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env bash

print_help() {
echo "Usage: $0 <secret_name> <namespace>"
echo "Usage: $(basename "$0") <secret_name> <namespace>"
echo " <secret_name> Name of the secret to decode"
echo " <namespace> Namespace of the secret"
echo " <namespace> Namespace of the secret (optional)"
}

parse_args() {
Expand Down

0 comments on commit 2b01dc7

Please sign in to comment.