mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
Fix XMPP notification link
This commit is contained in:
parent
59e73b45d3
commit
722a65ca3c
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ fi
|
|||
|
||||
export HOME=$HOME_PBUILDER
|
||||
|
||||
xmpp_msg="[rebuildd] Completed build of ${package}/${version} in ${COMPONENT} for ${CODENAME}/${arch}. See http://$REPO_URL/job/${job}"
|
||||
xmpp_msg="[rebuildd] Completed build of ${package}/${version} in ${COMPONENT} for ${CODENAME}/${arch}. See http://$REPO_URL/dist/${CODENAME}/arch/${arch}"
|
||||
|
||||
echo -n "$xmpp_msg" \
|
||||
| sendxmpp -u gitbot -j im.yunohost.org -p "$XMPP_BOT_KEY" \
|
||||
|
|
Loading…
Reference in a new issue