Skip to content

Commit

Permalink
Fix bug (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 authored Sep 19, 2024
1 parent 7640a99 commit 265fbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/common-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CYAN='\033[36m'
GREEN='\033[32m'

command_exists() {
which "$1" >/dev/null 2>&1
command -v "$1" >/dev/null 2>&1
}

checkAURHelper() {
Expand Down

0 comments on commit 265fbbb

Please sign in to comment.