Skip to content

Commit 3f2d908

Browse files
Fix SlackNotify action syntax: use commas instead of semicolons
1 parent aa2300e commit 3f2d908

File tree

1 file changed

+2
-2
lines changed
  • showcases/data/Lambda/Activator - Hosted service

1 file changed

+2
-2
lines changed

showcases/data/Lambda/Activator - Hosted service/code.pure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ HostedService model::AdvancedHostedService
5252
[
5353
SlackNotify
5454
{
55-
channel: '#deployments';
56-
message: 'Hosted service has been deployed';
55+
channel: '#deployments',
56+
message: 'Hosted service has been deployed'
5757
}
5858
]
5959
}

0 commit comments

Comments
 (0)