🔧 Typo fix

This commit is contained in:
Jérôme Petazzoni
2022-09-27 14:53:14 +02:00
parent 0f77eaa48b
commit d0f0d2c87b

View File

@@ -493,7 +493,7 @@ _cmd_kubetools() {
# Install kube-ps1
pssh "
set -e
if ! [ -f /opt/kube-ps1 ]; then
if ! [ -d /opt/kube-ps1 ]; then
cd /tmp
git clone https://github.com/jonmosco/kube-ps1
sudo mv kube-ps1 /opt/kube-ps1