Skip to content

Commit

Permalink
fix Go syntax errors (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrnorm authored Oct 19, 2022
1 parent 21ab8ad commit 3c43e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/console/service_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ var ServiceMap = map[string]string{
"sagemaker": "sagemaker",
"ssm": "systems-manager",
"vpc": "vpc",
"dx": "directconnect/v2"
"dx": "directconnect/v2",
}

var globalServiceMap = map[string]bool{
"iam": true,
"route53": true,
"r53": true,
"dx": true
"dx": true,
}

0 comments on commit 3c43e87

Please sign in to comment.