opentofu: fix version output

This commit is contained in:
Terje Larsen 2023-12-07 11:31:01 +00:00
parent 68517cc894
commit dd46a9b4d5
No known key found for this signature in database
GPG Key ID: DE147A553FC5AB4A

View File

@ -23,7 +23,7 @@ let
hash = "sha256-bOZzMraJ1Bc5CauYkJLH4riCOhAbZlXh9TdBjJsp4Ds=";
};
vendorHash = "sha256-T67VFtAsw6Dn+Ma0znwaa53GvzmrNLFoU17rCeJehKw=";
ldflags = [ "-s" "-w" ];
ldflags = [ "-s" "-w" "-X" "github.com/opentofu/opentofu/version.dev=no" ];
postConfigure = ''
# speakeasy hardcodes /bin/stty https://github.com/bgentry/speakeasy/issues/22