Merge pull request #422 from nicolaiskogheim/effort-bugfix

effort: fix active days always 1
This commit is contained in:
hemanth.hm 2015-08-08 20:43:27 +05:30
commit 2912d3522c

View file

@ -35,7 +35,7 @@ show_cursor_and_cleanup() {
#
active_days() {
uniq <<<$(echo "$1") | wc -l
echo "$1" | uniq | wc -l
}
#