diff options
Diffstat (limited to 'repo')
-rwxr-xr-x | repo/hooks/ciabot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/hooks/ciabot.sh b/repo/hooks/ciabot.sh index f9d2bddc..3447afc7 100755 --- a/repo/hooks/ciabot.sh +++ b/repo/hooks/ciabot.sh @@ -31,7 +31,7 @@ from="esr@thyrsus.com" to="cia@cia.vc" # SMTP client to use -/usr/sbin/sendmail="sendmail -t -f ${from}" +sendmail="/usr/sbin/sendmail -t -f ${from}" # Changeset URL urlprefix="http://git.alpinelinux.org/cgit/$repo/commit/?id=" |