mirror of
https://github.com/tj/git-extras.git
synced 2026-09-15 09:56:19 -04:00
Merge pull request #422 from nicolaiskogheim/effort-bugfix
effort: fix active days always 1
This commit is contained in:
commit
2912d3522c
|
|
@ -35,7 +35,7 @@ show_cursor_and_cleanup() {
|
|||
#
|
||||
|
||||
active_days() {
|
||||
uniq <<<$(echo "$1") | wc -l
|
||||
echo "$1" | uniq | wc -l
|
||||
}
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue