bitops-plugins / cloudformation

1 stars 1 forks source link

Updating all boolean values to lowercase #8

Closed PhillypHenning closed 1 year ago

PhillypHenning commented 1 year ago

Update all boolean value checks to use lowercase.

Example of a change; if [ "$a" == "Check"]; then should be changed to if [ "$a" == "check"]; then