From 9d40af2c9e9574515e61544f9f779c4e4cf18652 Mon Sep 17 00:00:00 2001
From: Bensong Liu <bensl@microsoft.com>
Date: Fri, 25 Jun 2021 17:14:45 +0800
Subject: [PATCH] ts

---
 workflows/golocal.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workflows/golocal.cc b/workflows/golocal.cc
index 6620ff3..626c69f 100644
--- a/workflows/golocal.cc
+++ b/workflows/golocal.cc
@@ -4,7 +4,7 @@
 
 int main() {
     #define GEN_TASKNAME(taskname) (std::string(task_parent_note) + "." + taskname)
-    #define A_2(task, entityName) ManualOperation("Task notice: " + GEN_TASKNAME(#task), "Hey, man. You need to build " +GEN_TASKNAME(#task)+ ". Please resolve this ICM incident ONLY IF you have finished this task. ", teamid, #entityName)
+    #define A_2(task, entityName) ManualOperation("Task notice: " + GEN_TASKNAME(#task), "Hey, team. You need to build " +GEN_TASKNAME(#task)+ ". Please resolve this ICM incident IF AND ONLY IF you have finished this task. ", teamid, #entityName)
     #define A_1(arg1) A_2(arg1, )
     #define A_proxy(x, Arg1, Arg2, FUNC, ...) FUNC
     #define A(...) A_proxy(, ##__VA_ARGS__, A_2(__VA_ARGS__), A_1(__VA_ARGS__))
-- 
GitLab