Skip to content

Commit

Permalink
update TENV_AS_LIB.md
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Vaumoron <[email protected]>
  • Loading branch information
dvaumoron committed Sep 7, 2024
1 parent 969d038 commit e416579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TENV_AS_LIB.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func main() {
tenv, err := tenvlib.Make(tenvlib.AutoInstall, tenvlib.IgnoreEnv, tenvlib.DisableDisplay)
if err != nil {
fmt.Println("init failed :", err)
return
}

err = tenv.DetectedCommandProxy(context.Background(), cmdconst.TofuName, "version")
Expand Down

0 comments on commit e416579

Please sign in to comment.