Skip to content

Commit 4247371

Browse files
authored
Update Readme.md
1 parent 2acab8a commit 4247371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $host * *
2525
# update packages
2626
apt-get -q -y update
2727
28-
# ignore files by case insensitive regex, in this case any file called big_files[0-9]+\.bin
28+
# ignore files by case insensitive regex, in this case any file called big_file[0-9]+\.bin
2929
$ignore big_file[0-9]+\.bin
3030
3131
# backup files and folders, always recursive, separate multiple with |

0 commit comments

Comments
 (0)