Skip to content

Commit 5980fd3

Browse files
Apply suggestions from code review
Co-authored-by: George L. Yermulnik <[email protected]>
1 parent 289073e commit 5980fd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hooks/terraform_docs.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ function terraform_docs {
118118
;;
119119
--custom-marker-begin)
120120
insertion_marker_begin=$value
121-
common::colorify "yellow" "INFO: --custom-marker-begin is used and the marker is set to \"$value\"."
121+
common::colorify "green" "INFO: --custom-marker-begin is used and the marker is set to \"$value\"."
122122
;;
123123
--custom-marker-end)
124124
insertion_marker_end=$value
125-
common::colorify "yellow" "INFO: --custom-marker-end is used and the marker is set to \"$value\"."
125+
common::colorify "green" "INFO: --custom-marker-end is used and the marker is set to \"$value\"."
126126
;;
127127
--custom-doc-header)
128128
doc_header=$value
129-
common::colorify "yellow" "INFO: --custom-doc-header is used and the marker is set to \"$value\"."
129+
common::colorify "green" "INFO: --custom-doc-header is used and the doc header is set to \"$value\"."
130130
;;
131131
esac
132132
done

0 commit comments

Comments
 (0)