Unverified Commit 9e2ece56 authored by Nick Novitski's avatar Nick Novitski Committed by GitHub
Browse files

terraform: remove "-dev" suffix from `-version` output (#288878)

parent 35b2ccc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ let
        inherit hash;
      };

      ldflags = [ "-s" "-w" ];
      ldflags = [ "-s" "-w" "-X 'github.com/hashicorp/terraform/version.dev=no'" ];

      postConfigure = ''
        # speakeasy hardcodes /bin/stty https://github.com/bgentry/speakeasy/issues/22