Skip to content

Commit

Permalink
Fix script (happi#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro authored and robertoaloi committed Apr 16, 2017
1 parent 8890565 commit a3a9b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gitlog.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#/bin/sh
#!/bin/bash

git shortlog -s -n | awk '{$1=""}1' | grep -v "Erik Stenman" | grep -v "Your Name" > $1

0 comments on commit a3a9b2f

Please sign in to comment.