Skip to content

Commit

Permalink
fix attempt#0
Browse files Browse the repository at this point in the history
Signed-off-by: Parthvi Vala <parthvi.vala@suse.com>
  • Loading branch information
valaparthvi committed Dec 2, 2024
1 parent e6b617c commit eb78e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosted/aks/helper/helper_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ func RunCommand(clusterName, resourceGroup, command string, extraArgs ...string)
return errors.Wrap(err, "Failed to run command: "+out)
}

args := []string{"aks", "command", "invoke", "--resource-group", resourceGroup, "--name", clusterName, "--command", command, "--subscription", subscriptionID}
args := []string{"aks", "command", "invoke", "--resource-group", resourceGroup, "--name", clusterName, "--subscription", subscriptionID, "--command", command}
fmt.Printf("Running command inside the cluster: az %v\n", args)

out, err = proc.RunW("az", args...)
Expand Down

0 comments on commit eb78e53

Please sign in to comment.