fix: remove local keyword outside function in planner
This commit is contained in:
parent
efa6eab352
commit
335ea0d48d
1 changed files with 0 additions and 1 deletions
|
|
@ -46,7 +46,6 @@ if [ -f "$MARKER_FILE" ]; then
|
|||
fi
|
||||
else
|
||||
log "No marker file, using 30-day window"
|
||||
local first_sha
|
||||
first_sha=$(git log --format=%H --after='30 days ago' --reverse 2>/dev/null | head -1) || true
|
||||
GIT_RANGE="${first_sha:-HEAD~30}..HEAD"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue