Skip to content

Commit

Permalink
fix an error where author hashmap wasn't created
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrich-roskosch-mw committed Sep 7, 2022
1 parent ac22124 commit b72018a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analysis/import/GitLogParser/src/main/dist/anongit
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if [[ $1 == "-h" ]]; then
fi

# init hashmap of authors
touch hashmap.authors
HASHMAP_FILE=hashmap.authors
COUNTER=1

Expand Down

0 comments on commit b72018a

Please sign in to comment.