Skip to content

Commit 2ffe5a2

Browse files
committed
fix comment
1 parent 9c19af2 commit 2ffe5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leverage/leverage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def leverage(context, state, verbose):
3939
if not (current_values := config.get("TERRAFORM_IMAGE_TAG")):
4040
# at some points of the project (the init), the config file is not created yet
4141
return
42-
# validate both CLI and TF versions
42+
# validate both TOOLBOX and TF versions
4343
for key, current in zip(MINIMUM_VERSIONS, current_values.split("-")):
4444
if Version(current) < Version(MINIMUM_VERSIONS[key]):
4545
rich.print(

0 commit comments

Comments
 (0)