Fix invalid expression syntax
authorFlorian Greinacher <florian@greinacher.de>
Fri, 3 May 2024 08:46:47 +0000 (10:46 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 7 May 2024 07:29:51 +0000 (09:29 +0200)
commit0fff6a2cf4c00bc7ead235099af350db61413bd2
tree8072865a7be73c6e3f3ffec94762032d11ae81ec
parent1c4f9684696bad3a602b388a414f2051f0365b3d
Fix invalid expression syntax

The expression had an extra '$' character which made it always evaluate to true.

See https://github.com/boostsecurityio/poutine/blob/main/docs/content/en/rules/if_always_true.md.

CLA: trivial

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24325)
.github/workflows/windows.yml