Skip to content

Updating all boolean values to lowercase #5

@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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions