Skip to content

Commit 6facd15

Browse files
committed
fix chirp detection
1 parent ecc8019 commit 6facd15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ CHECK() {
251251
# CHRIP
252252
#----------------------------------------------------#
253253
echo "Checking Chirp"
254-
if ! hash chirpw 2>/dev/null; then
254+
if ! hash chirp 2>/dev/null; then
255255
echo "CHIRP=Not_Installed" >> $UPDATEFILE
256256
else
257257
#bash function this could be moved to the top of the file and used globally

0 commit comments

Comments
 (0)