Skip to content

Commit e539140

Browse files
author
Dennis Plöger
committed
fix: Install script fix
1 parent 0e0a3c2 commit e539140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

feature/opentofu/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
if [ -z "${OPENTOFU_VERSION}" ]
44
then
5-
echo "The terraform feature requires a version set using OPENTOFU_VERSION. See https://github.com/opentofu/opentofu/releases for valid versions"
5+
echo "The opentofu feature requires a version set using OPENTOFU_VERSION. See https://github.com/opentofu/opentofu/releases for valid versions"
66
exit 1
77
fi
88

0 commit comments

Comments
 (0)