tofuutils / tenv

OpenTofu / Terraform / Terragrunt and Atmos version manager
https://tofuutils.github.io/tenv/
Apache License 2.0
662 stars 32 forks source link

docs: fix rpm install line #186

Closed dragonfleas closed 3 months ago

dragonfleas commented 3 months ago

Just a simple documentation fix

sudo rpm -ivh cosign-${LATEST_VERSION}.x86_64.rpm does not work because it's missing the -1 in the filename.

kvendingoldo commented 3 months ago

Congratulations on your first contribution to tenv. Thank you for the change! LGTM