1
0
Fork 0

chore(alias-finder): code style ()

This commit is contained in:
Roeniss Moon 2025-03-29 18:38:29 +09:00 committed by GitHub
parent fa396ad771
commit 506cedb7ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ alias-finder() {
if [[ $exact == true ]]; then
break # because exact case is only one
elif [[ $longer = true ]]; then
elif [[ $longer == true ]]; then
break # because above grep command already found every longer aliases during first cycle
fi