Skip to content

Commit a4999f9

Browse files
committed
Troubleshooting blank svgs
1 parent b273235 commit a4999f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hooks/terraform_graph.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ function per_dir_hook_unique_part {
6060

6161
temp_file=$(mktemp)
6262
# pass the arguments to hook
63+
echo "${args[@]}" >> per_dir_hook_unique_part
6364
terraform graph "${args[@]}" | dot -Tsvg > "$temp_file"
6465

6566
# check if files are the same

0 commit comments

Comments
 (0)