diff options
author | Christian Hesse <mail@eworm.de> | 2022-07-13 11:32:11 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-07-13 11:32:11 +0200 |
commit | 2d30f4e4629de5a24803d34960c77d60f7490834 (patch) | |
tree | 5af73e60618b1b4fc32d3b608e44955c9fb07b65 | |
parent | eae9a7b956a4050caeacb58b6f6176087f3c2b0a (diff) |
check-lte-firmware-upgrade: update initialization of empty array
Having the parenthesis here is important for valid syntax!
-rw-r--r-- | check-lte-firmware-upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-lte-firmware-upgrade b/check-lte-firmware-upgrade index 759b138..c039dad 100644 --- a/check-lte-firmware-upgrade +++ b/check-lte-firmware-upgrade @@ -13,7 +13,7 @@ :global SentLteFirmwareUpgradeNotification; :if ([ :typeof $SentLteFirmwareUpgradeNotification ] != "array") do={ - :global SentLteFirmwareUpgradeNotification [ :toarray "" ]; + :global SentLteFirmwareUpgradeNotification ({}); } :local CheckInterface do={ |