Skip to content

Commit

Permalink
missed a comma
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 13, 2025
1 parent a6cb4f7 commit 2583599
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ include "root" {
dependencies {
paths = [
"../eks",
"../eks-cert-mgr"
"../eks-cert-mgr",
"../eks-config",
"../eks-dns",
"../eks-istio",
"../eks-karpenter",
"../eks-prometheus",
"../eks-grafana",
"../eks-k8s-dashboard"
"../eks-k8s-dashboard",
]
}

Expand Down

0 comments on commit 2583599

Please sign in to comment.