Skip to content

Commit

Permalink
fix: Error in sprint-burndown target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
widal001 committed Oct 29, 2024
1 parent 4bc25a1 commit 2c7b9d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions analytics/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ sprint-burndown:
@echo "=> Running sprint burndown report"
@echo "====================================================="
$(POETRY) analytics calculate sprint_burndown \
--sprint-file $(SPRINT_FILE) \
--issue-file $(ISSUE_FILE) \
--issue-file $(DELIVERY_FILE) \
--output-dir $(OUTPUT_DIR) \
--sprint "$(SPRINT)" \
--unit $(UNIT) \
Expand Down

0 comments on commit 2c7b9d4

Please sign in to comment.