Skip to content

Commit

Permalink
chore: remove unnecessary shellcheck disable for SC1087
Browse files Browse the repository at this point in the history
  • Loading branch information
LaszloGombos authored and aafeijoo-suse committed Aug 30, 2023
1 parent 6c80408 commit 6acfeca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules.d/40network/net-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ parse_iscsi_root() {
[[]*[]]:*)
iscsi_target_ip=${v#[[]}
iscsi_target_ip=${iscsi_target_ip%%[]]*}
# shellcheck disable=SC1087
v=${v#[[]"$iscsi_target_ip"[]]:}
;;
*)
Expand Down

0 comments on commit 6acfeca

Please sign in to comment.