mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Add shellcheck disable for set $wrappable
Signed-off-by: Joakim Roubert <joakimr@axis.com>
This commit is contained in:
parent
82f3f33eea
commit
bf7112ae8e
@ -376,7 +376,9 @@ function kube::release::create_docker_images_for_server() {
|
||||
|
||||
local oldifs=$IFS
|
||||
IFS=","
|
||||
set "$wrappable"
|
||||
# Word splitting is most intentional here
|
||||
# shellcheck disable=SC2086
|
||||
set $wrappable
|
||||
IFS=$oldifs
|
||||
|
||||
local binary_name="$1"
|
||||
|
Loading…
Reference in New Issue
Block a user