From 08c0e35e8df0febfd738f1e0557452049dbb9042 Mon Sep 17 00:00:00 2001 From: Sophia Hanley Date: Tue, 26 Mar 2024 09:03:32 -0700 Subject: [PATCH] updateFallThrough should be updateFallthrough (#67) --- integrations/chronosphere/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/chronosphere/manifest.json b/integrations/chronosphere/manifest.json index ed442129..bf3173e8 100644 --- a/integrations/chronosphere/manifest.json +++ b/integrations/chronosphere/manifest.json @@ -54,7 +54,7 @@ "effect": "allow", "resources": ["proj/*:env/production:flag/*"], "actions": [ - "updateFallThrough", + "updateFallthrough", "updateFlagVariations", "updateFeatureWorkflows", "updateGlobalArchived",