Skip to content

Commit

Permalink
Make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmarchione committed Oct 14, 2022
1 parent 7bc1c33 commit f3a760a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .shellcheckrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
external-sources=true
2 changes: 1 addition & 1 deletion scripts/01-setupMasterNode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ installK3s() {
#message "STATE: Getting nodes"
#kubectl get nodes -o wide

message "STATE: Your kubeconfig is located at: "$HOME"/.kube/config"
message "STATE: Your kubeconfig is located at: $HOME/.kube/config"

if [[ -x "$(command -v /usr/sbin/ufw)" ]]; then
message "STATE: UFW is installed, opening 6443/tcp"
Expand Down

0 comments on commit f3a760a

Please sign in to comment.