From 79e9c3bafd01ac25f2caa5dc443e75bc61c19d02 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 17 Mar 2018 17:13:04 +0100 Subject: [PATCH] Misc --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e989ec3ad..616b6480d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -132,7 +132,7 @@ notifications: { "avatar_url": "https://www.appveyor.com/assets/img/appveyor-logo-256.png", "username": "AppVeyor", - "content": "[{{projectName}}:{{branch}}] {{commitMessage}} - {{committerName}} ({{commitId}}) | {{buildUrl}}/artifacts | **{{status}}**" + "content": "[{{projectName}}:{{branch}}] {{commitMessage}} by {{committerName}} ({{commitId}}) | {{buildUrl}} | **{{status}}**" } on_build_success: true on_build_failure: true