Skip to content

Commit

Permalink
Fix typo in script
Browse files Browse the repository at this point in the history
  • Loading branch information
cderici committed Sep 29, 2023
1 parent 3573c23 commit cf3d24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s_tunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# Add the current user to the microk8s group
echo "Adding current user to the microk8s group"
sudo usermod -a -G microk8s $(whoami)
wn -R $(whoami) ~/.kube
chown -R $(whoami) ~/.kube
# Apply changes to group membership
newgrp microk8s
Expand Down

0 comments on commit cf3d24f

Please sign in to comment.