mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Update user-facing references to Terraform internal/command/e2etest (#91)
Signed-off-by: Marcin Białoń <mbialon@spacelift.io>
This commit is contained in:
@@ -43,7 +43,7 @@ func setup() func() {
|
||||
var err error
|
||||
terraformBin, err = filepath.Abs(terraformBin)
|
||||
if err != nil {
|
||||
panic(fmt.Sprintf("failed to find absolute path of terraform executable: %s", err))
|
||||
panic(fmt.Sprintf("failed to find absolute path of opentf executable: %s", err))
|
||||
}
|
||||
return func() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user