Skip to content

Commit 13fb1af

Browse files
fix: minor fix
1 parent 3a0284f commit 13fb1af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coderd/database/migrations/000328_prebuild_failure_limit_notification.up.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VALUES ('414d9331-c1fc-4761-b40c-d1f4702279eb',
44
'Prebuild Failure Limit Reached',
55
E'There is a problem creating prebuilt workspaces for the preset',
66
$$
7-
The number of failed prebuilds has reached the hard limit for template **{{ .Labels.template }}** and preset **{{ .Labels.preset }}**
8-
$$,
7+
The number of failed prebuilds has reached the hard limit for template **{{ .Labels.template }}** and preset **{{ .Labels.preset }}**.
8+
$$,
99
'Template Events',
1010
'[]'::jsonb);

0 commit comments

Comments
 (0)