Skip to content

Commit eb77a88

Browse files
committed
fix: remove names
1 parent 36b94b4 commit eb77a88

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ shown below is an example of a config file json that you could use to monitor fo
140140
"extension":".vtz",
141141
"custom_action":
142142
{
143-
"notify_team_members": ["apuccilli"]
143+
"notify_team_members": ["auser"]
144144
}
145145
}
146146
]
@@ -154,7 +154,7 @@ shown below is an example of a config file json that you could use to monitor fo
154154
"extension":".json",
155155
"custom_action":
156156
{
157-
"notify_team_members": ["nhart"]
157+
"notify_team_members": ["buser"]
158158
}
159159
}
160160
]
@@ -167,14 +167,14 @@ shown below is an example of a config file json that you could use to monitor fo
167167
"extension":".lpz",
168168
"custom_action":
169169
{
170-
"notify_team_members": ["sbourgeois"]
170+
"notify_team_members": ["cuser"]
171171
}
172172
},
173173
{
174174
"extension":".vtz",
175175
"custom_action":
176176
{
177-
"notify_team_members": ["sbourgeois"]
177+
"notify_team_members": ["cuser"]
178178
}
179179
}
180180
]

0 commit comments

Comments
 (0)