Skip to content

Commit

Permalink
Fixed gravatars
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi committed Jul 25, 2011
1 parent 46647da commit fb7c159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-achievements
Expand Up @@ -395,7 +395,7 @@ echo "
</head>
<body>
" > index.html
mailhash=`git config --global user.email | xargs echo -n | tr '[A-Z]' '[a-z]' | openssl md5`
mailhash=`git config --global user.email | xargs echo -n | tr '[A-Z]' '[a-z]' | openssl md5 | sed -e 's/.* //'`
echo "<h2>${user}'s Git Achievements <img src='http://www.gravatar.com/avatar/${mailhash}'/></h2>" >> index.html

# STATS
Expand Down

0 comments on commit fb7c159

Please sign in to comment.