Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
feat: update tenv Formula
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed May 1, 2024
1 parent 7db5183 commit a333680
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Formula/tenv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# This file was generated by GoReleaser. DO NOT EDIT.
class Tenv < Formula
desc "OpenTofu and Terraform version manager (inspired by tofuenv, written in Go)"
desc "OpenTofu / Terraform / Terragrunt version manager"
homepage "https://github.com/tofuutils/tenv"
version "1.10.0"
license "Apache-2.0"
Expand Down Expand Up @@ -73,4 +73,9 @@ def install
end
end
end

test do
assert_match "1.6.2", shell_output("#{bin}/tenv tofu list-remote")
assert_match version.to_s, shell_output("#{bin}/tenv --version")
end
end

0 comments on commit a333680

Please sign in to comment.