fix: docs

This commit is contained in:
Alexander Sharov 2024-01-21 21:19:16 +01:00
commit 65ac74a0fd
4 changed files with 15 additions and 15 deletions

View file

@ -134,7 +134,7 @@ function per_dir_hook_unique_part {
# TODO: Remove in 2.0
if [ ! "$mode" ]; then
common::colorify "yellow" "DEPRECATION NOTICE: We introduced '--mode' flag for this hook.
Check migration instructions at https://github.com/tofuutils/pre-commit-opentofu#terraform_providers_lock
Check migration instructions at https://github.com/tofuutils/pre-commit-opentofu#tofu_providers_lock
"
common::tofu_init 'OpenTofu providers lock' "$dir_path" || {
exit_code=$?