Skip to content

Commit 8f3d479

Browse files
committed
typo correction
1 parent a62d833 commit 8f3d479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operator-nexus/includes/kubernetes-cluster/cluster-connect-ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To access your cluster, you need to set up the cluster connect `kubeconfig`. Aft
2424
2525
2. Run the following command to connect to the cluster.
2626
```azurepowershell
27-
New-AzConnectedKubernetes -ClusterName $CLUSTER_NAME -ResourceGroupName $MANAGED_RESOURCE_GROUP -Location $LOCATION'
27+
New-AzConnectedKubernetes -ClusterName $CLUSTER_NAME -ResourceGroupName $MANAGED_RESOURCE_GROUP -Location $LOCATION
2828
```
2929
3030
2. Use `kubectl` to send requests to the cluster:

0 commit comments

Comments
 (0)