Skip to content

Commit

Permalink
Set default path for bclean.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
acrois committed Mar 29, 2024
1 parent ffee69e commit 8fa1761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/bclean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eo pipefail
TEST_MODE=false
PUSH=false
DRY_RUN=true
REPO_PATH=
REPO_PATH=./
ANNOTATED_TAGS=true
KEEP_BRANCHES="trunk master main"

Expand All @@ -26,7 +26,7 @@ usage() {
"\t$0 --test --push --apply\n" \
"\nFlags:\n" \
"\t--keep [branch] - keep a branch by name\n" \
"\t--path [path] - path to git repository\n" \
"\t--path [path] - path to git repository, default to current directory\n" \
"\t--test - creates a git repository to self-test the cleanup procedure\n" \
"\t--apply - disable dry run and do it for real\n" \
"\t--unannotated - do not use annotated tags\n" \
Expand Down

0 comments on commit 8fa1761

Please sign in to comment.