Skip to content

Commit b8e09ad

Browse files
committed
ci: fix shellcheck
1 parent c89d7d7 commit b8e09ad

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

kubectl-beam

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,6 @@ set -eu
2424

2525
VERSION="0.1.0"
2626

27-
# Detect if running as kubectl plugin
28-
PLUGIN_NAME=$(basename "$0")
29-
case "$PLUGIN_NAME" in
30-
kubectl-*)
31-
PLUGIN_MODE=true
32-
;;
33-
*)
34-
PLUGIN_MODE=false
35-
;;
36-
esac
37-
3827
# Terminal colors
3928
RED='\033[0;31m'
4029
GREEN='\033[0;32m'

0 commit comments

Comments
 (0)