mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
remove extra quoteo
This commit is contained in:
parent
d983e2efa1
commit
414f51f110
1 changed files with 1 additions and 1 deletions
|
|
@ -16,5 +16,5 @@ stages:
|
|||
source venv/bin/activate
|
||||
tools/pip_install.py requests
|
||||
AUTHOR_NAME="$(git log -1 --pretty=format:'%an')"
|
||||
tools/notify_mattermost.py" "${AUTHOR_NAME}" $(webhook_url.secureFilePath)
|
||||
tools/notify_mattermost.py "${AUTHOR_NAME}" $(webhook_url.secureFilePath)
|
||||
displayName: Send mattermost message
|
||||
|
|
|
|||
Loading…
Reference in a new issue