File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ brew install kube-fzf
25
25
### Manual
26
26
27
27
```
28
- git clone https://github.com/bmouser /kube-fzf.git ~/.kube-fzf
28
+ git clone https://github.com/thecasualcoder /kube-fzf.git ~/.kube-fzf
29
29
./install.sh
30
30
```
31
31
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ _kube_fzf_handler() {
103
103
if [ " $func " = " execpod" ] || [ " $func " = " pfpod" ]; then
104
104
if [ $# -eq 1 ]; then
105
105
cmd=$1
106
- [ -z " $cmd " ] && cmd=" bash "
106
+ [ -z " $cmd " ] && cmd=" $SHELL "
107
107
elif [ $# -eq 2 ]; then
108
108
pod_query=$1
109
109
cmd=$2
@@ -117,7 +117,7 @@ _kube_fzf_handler() {
117
117
else
118
118
if [ -z " $cmd " ]; then
119
119
if [ " $func " = " execpod" ]; then
120
- cmd=" bash "
120
+ cmd=" $SHELL "
121
121
elif [ " $func " = " pfpod" ]; then
122
122
echo " Port required." && _kube_fzf_usage " $func " && return 1
123
123
fi
You can’t perform that action at this time.
0 commit comments