Skip to content

Commit

Permalink
msys2-logstats-report.sh: pass input path via arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Aug 15, 2024
1 parent 3828a0a commit 6caf5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msys2-logstats-report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set -e

LOGS=logs.txt
LOGS="$1"
OUTPUT=logs-report.md

date -I > "$OUTPUT"
Expand Down

0 comments on commit 6caf5eb

Please sign in to comment.