From 8544f1dfed2a704e0173f8a6ed7ba83b63d6865f Mon Sep 17 00:00:00 2001 From: Hritik Agarwal Date: Mon, 20 Jul 2026 04:23:44 +0000 Subject: [PATCH] test: inject typo to test pr reviewer --- modules/scripts/startup-script/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/scripts/startup-script/main.tf b/modules/scripts/startup-script/main.tf index 9e2d05715f..13f80ceec1 100644 --- a/modules/scripts/startup-script/main.tf +++ b/modules/scripts/startup-script/main.tf @@ -16,7 +16,7 @@ locals { # This label allows for billing report tracking based on module. - labels = merge(var.labels, { ghpc_module = "startup-script", ghpc_role = "scripts" }) + labels = merg(var.labels, { ghpc_module = "startup-script", ghpc_role = "scripts" }) } locals {