mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-09 08:06:27 +02:00
Compare commits
No commits in common. "b8e587a59e25c4fd397f746eb634410253e5affe" and "b45f1157b471274549e65c9dda2d9792ce4208d4" have entirely different histories.
b8e587a59e
...
b45f1157b4
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
v3.0.13
|
||||
v3.0.12
|
||||
|
|
|
@ -207,7 +207,7 @@ namespace adapters;
|
|||
foreach ($result['output'] as $line)
|
||||
{
|
||||
$matches = [];
|
||||
preg_match('#=([0-9]+)#u', $line, $matches);
|
||||
preg_match('#reference=([0-9]+)#u', $line, $matches);
|
||||
|
||||
if ($matches[1] ?? false)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue