Skip to content

Commit c9965d0

Browse files
committed
Linting: caved to the linters demands
1 parent ec881d4 commit c9965d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging/bin/user.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ if [ "$#" -lt 1 ]; then
121121
show_usage
122122
exit 1
123123
else
124-
action=$(echo "$1" | tr 'a-z' 'A-Z')
124+
action=$(echo "$1" | tr "[:lower:]" "[:upper:]")
125125
shift
126126

127127
if [ "$action" != "CREATE" ] && [ "$action" != "DELETE" ]; then

0 commit comments

Comments
 (0)