Skip to content

Commit 82c4bb1

Browse files
fix: typo for get Attributes (#682)
1 parent fff3a9e commit 82c4bb1

File tree

1 file changed

+2
-2
lines changed
  • internal/cmd/apihub/attributes

1 file changed

+2
-2
lines changed

internal/cmd/apihub/attributes/get.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ var GetCmd = &cobra.Command{
5252
if slo {
5353
attributeID = "system-slo"
5454
} else if env {
55-
attributeID = "system-envvironment"
55+
attributeID = "system-environment"
5656
} else if dep {
57-
attributeID = "system-deployment"
57+
attributeID = "system-deployment-type"
5858
} else if specType {
5959
attributeID = "system-spec-type"
6060
}

0 commit comments

Comments
 (0)