mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-02 12:17:39 -06:00
ac250d2792
On Windows systems the plugin binaries use a .exe suffix, which we were misparsing as part of either the "v" or "x" parts of the filename. This fixes #15578. |
||
---|---|---|
.. | ||
terraform-foo-bar_v0.0.1 | ||
terraform-foo-bar_v1.0.0.exe | ||
terraform-foo-missing-version | ||
terraform-notfoo-bar_v0.0.1 |