Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update message when auto installation is disabled #185

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Conversation

Nmishin
Copy link
Collaborator

@Nmishin Nmishin commented Jun 24, 2024

Related to #172

tenv: 2.1.8

The message:

$ tenv tf list  
  1.2.7
  1.3.7
  1.5.5
  1.5.7
* 1.8.0 (set by /Users/nmishin/.tenv/Terraform/version)
  1.8.5
$ tenv tf use 1.2.0
Auto-install is disabled. To install 1.2.0 version you can set environment variable TENV_AUTO_INSTALL=true, or install it via any of the following command: 'tenv terraform install', 'tenv terraform install 1.2.0'
Error: no compatible version found locally
$ tenv terraform install
Resolved version from /Users/nmishin/.tenv/Terraform/version : 1.8.0
Terraform 1.8.0 already installed

It looks like the behavior has changed a little bit, and the message is wrong now because tenv terraform use doesn't update the version file.

Signed-off-by: Nikolai Mishin <sanduku.default@gmail.com>
@kvendingoldo kvendingoldo merged commit 32b0937 into main Jun 24, 2024
4 checks passed
@dvaumoron dvaumoron deleted the fix/message branch July 6, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants