Loading sa5/delete_old_branches.sh +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ while true; do fi if [[ "$last_commit_date" < "$ONE_YEAR_AGO" ]]; then ((deleted_branches++)) deleted_branches=$((deleted_branches++)) echo "==> OLD branch: $branch_name (last commit: $last_commit_date)" >> "$LOG_FILE" if [ "$DRY_RUN" = true ]; then echo "[DRY-RUN] Would delete: $branch_name (last commit: $last_commit_date)" >> "$LOG_FILE" Loading Loading
sa5/delete_old_branches.sh +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ while true; do fi if [[ "$last_commit_date" < "$ONE_YEAR_AGO" ]]; then ((deleted_branches++)) deleted_branches=$((deleted_branches++)) echo "==> OLD branch: $branch_name (last commit: $last_commit_date)" >> "$LOG_FILE" if [ "$DRY_RUN" = true ]; then echo "[DRY-RUN] Would delete: $branch_name (last commit: $last_commit_date)" >> "$LOG_FILE" Loading