Skip to content

Commit 090daa4

Browse files
authored
Merge pull request #1 from mumoshu/patch-1
Fix a typo in `kubectl describe`
2 parents 1ac30fb + 1f6c9dc commit 090daa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ podName=$(head -2 <<< "$getPods" | tail -1 | awk '{print $1;}')
66

77
if [ -n "$podName" ]; then
88
if [[ "$key" == 'ctrl-i' ]]; then
9-
kubectl decribe pod $podName
9+
kubectl describe pod $podName
1010
elif [[ "$key" == 'ctrl-s' ]]; then
1111
echo "Stopping $podName"
1212
kubectl delete pod $podName ${@:1}

0 commit comments

Comments
 (0)