Skip to content

Commit 0622ef6

Browse files
committed
fix: Use the correct webhook partition for Terraform
1 parent ae906a8 commit 0622ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webhooks/terraform.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ impl Job for TerraformWebhook {
3030
type JobType = WebhookEvent;
3131

3232
fn partition() -> &'static str {
33-
"webhook/terraform"
33+
"webhooks/terraform"
3434
}
3535

3636
#[instrument("webhooks.terraform.handle", skip(self, job, services), fields(job = %job))]

0 commit comments

Comments
 (0)