Skip to content

Commit 7ac2736

Browse files
MaxymVlasovantonbabenko
authored andcommitted
fix: Passed scenario in terraform_docs hook now works as expected
1 parent b425e23 commit 7ac2736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/terraform_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ function terraform_docs {
230230
done
231231

232232
# Cleanup
233-
[ -e "$config_file_no_color" ] && rm -f "$config_file_no_color"
233+
rm -f "$config_file_no_color"
234234
}
235235

236236
#######################################################################

0 commit comments

Comments
 (0)