Skip to content

Commit d0118f2

Browse files
committed
update ignore in ls command
1 parent ace907d commit d0118f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch-menu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git pull origin dev
1818

1919
TEMP=/run/user/$UID/patch.txt
2020
MENU(){
21-
ls -I readme -I patch $DIR/pi-build/patch > $TEMP
21+
ls -I README.md $DIR/pi-build/patch > $TEMP
2222

2323
INFO=$(PARSER='OFS="\n" {print $1}'
2424
MYTEMP=/run/user/$UID/patch1.txt

0 commit comments

Comments
 (0)