Skip to content

Commit 50178e2

Browse files
committed
capsman-download-packages: use proper array syntax
1 parent 82f2726 commit 50178e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capsman-download-packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $WaitFullyConnected;
6262
}
6363
}
6464

65-
:foreach Log in=[ /log/find where topics=({"caps", "error"}) \
65+
:foreach Log in=[ /log/find where topics=({"caps"; "error"}) \
6666
message~("upgrade status: failed, failed to download file '.*-" . $InstalledVersion . \
6767
"-.*\\.npk', no such file") ] do={
6868
:local Message [ /log/get $Log message ];

0 commit comments

Comments
 (0)