Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxJedi committed Sep 5, 2022
1 parent 803d889 commit 50d1f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commits/get_git_log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ echo "Generating category config"
./parse_categories.py
echo "Processing git log"
gitdm/gitdm -c gitdm_config/gitdm.config -u -U -n -H people-$1..$2.csv -E employers-$1..$2.csv < git.log > out-$1..$2.txt
gitdm/gitdm -c gitdm_config_categories/gitdm.config -u -U -n -E catgegories-$1..$2.csv < git.log > categories_out-$1..$2.txt
gitdm/gitdm -c gitdm_config_categories/gitdm.config -u -U -n -E categories-$1..$2.csv < git.log > categories_out-$1..$2.txt
echo "Cleaning up"
rm git.log

0 comments on commit 50d1f9f

Please sign in to comment.