Skip to content

Commit

Permalink
fix: Fix terraform_providers_lock hook broken in v1.79.0 (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov committed May 9, 2023
1 parent 2e8e13f commit 6bfc5bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hooks/terraform_providers_lock.sh
Expand Up @@ -34,7 +34,9 @@ function main {
#######################################################################
function per_dir_hook_unique_part {
local -r dir_path="$1"
shift
# shellcheck disable=SC2034 # Unused var.
local -r change_dir_in_unique_part="$2"
shift 2
local -a -r args=("$@")

local exit_code
Expand Down

0 comments on commit 6bfc5bf

Please sign in to comment.