Skip to content

Commit

Permalink
update command
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerjrr committed Oct 23, 2024
1 parent bc3194e commit e48da80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/granted/eks/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func AddContextToConfig(ensureAccessOutput *ensureAccessOutput) error {
// }

//set the context
clio.Warnf("`~/.kube/config` Updated. Set current context with: `kubectl config set-context %s`", clusterContextName)
clio.Warnf("`~/.kube/config` Updated. Set current context with: `kubectl config use-context %s`", clusterContextName)

err = kc.SaveConfig()
if err != nil {
Expand Down

0 comments on commit e48da80

Please sign in to comment.