Skip to content

Commit

Permalink
fix: Remove extra shellcheck comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall committed Aug 13, 2023
1 parent 18a1d66 commit 5a1c55c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/git-summary
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ commit_date() {
# get active days for the given <commit>
#
active_days() {
# shellcheck disable=SC2086
commit_date "$1" | sort -r | uniq | awk '
{ sum += 1 }
END { print sum }
Expand Down

0 comments on commit 5a1c55c

Please sign in to comment.