File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments