Skip to content

Commit

Permalink
#9 Added multiline values into exclude option
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Epatko committed Mar 10, 2024
1 parent e130915 commit a5f9c59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions generate-badge.sh
Expand Up @@ -40,8 +40,6 @@ if [ "$Excld" != '[]' ]; then
done
fi

echo "$Dir ${Exclude[*]} $Since $Before"

mkdir -p "$OutDir"

Count=$(hoc -d "$Dir" ${Exclude:+${Exclude[@]}} -s "$Since" -b "$Before" -f "int")
Expand Down

0 comments on commit a5f9c59

Please sign in to comment.