Skip to content

Commit

Permalink
updated git_push_stats.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jan 22, 2025
1 parent 2076960 commit ff6d290
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git/git_push_stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ num_commits="$("$srcdir/git_origin_commits_to_push.sh")"

num_diff_lines="$(
"$srcdir/git_origin_diff_to_push.sh" |
sed '/^[[:space:]]*$/d' |
wc -l |
sed 's/[[:space:]]*//g'
)"
Expand Down

0 comments on commit ff6d290

Please sign in to comment.