Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Cooper authored and ramereth committed Sep 6, 2012
1 parent 3987382 commit eb0bbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/post-receive-email-infra
Expand Up @@ -681,7 +681,7 @@ announcerecipients=$(git config hooks.announcelist)
envelopesender=$(git config hooks.envelopesender)
emailprefix=$(git config hooks.emailprefix)
if [[ -z "${emailprefix}" ]]; then
emailprefix="[${GL_REPOS}]"
emailprefix="[${GL_REPO}]"
fi
custom_showrev=$(git config hooks.showrev)

Expand Down

0 comments on commit eb0bbe7

Please sign in to comment.