From 9991489750e6021c5ed2778bb2eb2215bca9b8e5 Mon Sep 17 00:00:00 2001 From: Sai Saran Vaidyanathan Date: Mon, 30 Jun 2025 16:42:46 -0700 Subject: [PATCH] fix: typo for get Attributes --- internal/cmd/apihub/attributes/get.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/cmd/apihub/attributes/get.go b/internal/cmd/apihub/attributes/get.go index 188fff6aa..ec895f52c 100644 --- a/internal/cmd/apihub/attributes/get.go +++ b/internal/cmd/apihub/attributes/get.go @@ -52,9 +52,9 @@ var GetCmd = &cobra.Command{ if slo { attributeID = "system-slo" } else if env { - attributeID = "system-envvironment" + attributeID = "system-environment" } else if dep { - attributeID = "system-deployment" + attributeID = "system-deployment-type" } else if specType { attributeID = "system-spec-type" }