Skip to content

Commit 6acfeca

Browse files
LaszloGombosaafeijoo-suse
authored andcommitted
chore: remove unnecessary shellcheck disable for SC1087
1 parent 6c80408 commit 6acfeca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules.d/40network/net-lib.sh

-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ parse_iscsi_root() {
394394
[[]*[]]:*)
395395
iscsi_target_ip=${v#[[]}
396396
iscsi_target_ip=${iscsi_target_ip%%[]]*}
397-
# shellcheck disable=SC1087
398397
v=${v#[[]"$iscsi_target_ip"[]]:}
399398
;;
400399
*)

0 commit comments

Comments
 (0)