From beb98a598b7d9829f9606e949c6cb92a13c6c83b Mon Sep 17 00:00:00 2001 From: Nate Anderson Date: Sun, 11 Aug 2024 19:54:27 -0700 Subject: [PATCH] fix: correct the enable-api-gateway option --- momento-cli-opts/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/momento-cli-opts/src/lib.rs b/momento-cli-opts/src/lib.rs index b4dec99..0c13c6a 100644 --- a/momento-cli-opts/src/lib.rs +++ b/momento-cli-opts/src/lib.rs @@ -240,7 +240,7 @@ to help find opportunities for optimizations with Momento. )] enable_s3: bool, #[arg( - long = "enable-apt-gateway", + long = "enable-api-gateway", help = "Opt in to check metrics on API Gateway" )] enable_api_gateway: bool,