Skip to content

Commit

Permalink
fixup flock
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov committed Feb 8, 2024
1 parent 819d913 commit 30b3069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ function common::terraform_init {
fi

if [ -n "$TF_PLUGIN_CACHE_DIR" ]; then
flock --unlock 1 #! NOT EXIST IN MAC - https://stackoverflow.com/questions/10526651/mac-os-x-equivalent-of-linux-flock1-command
flock --unlock 0 #! NOT EXIST IN MAC - https://stackoverflow.com/questions/10526651/mac-os-x-equivalent-of-linux-flock1-command
echo "$(date "+%s %N") DBG $dir_path: 3. after tf init. flock --unlock"
fi

Expand Down

0 comments on commit 30b3069

Please sign in to comment.