Skip to content

Updating all boolean values to lowercase #14

@PhillypHenning

Description

@PhillypHenning

Update all boolean value checks to use lowercase.

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions