fix missing comma json

This commit is contained in:
2025-12-11 14:58:26 +01:00
parent 12fbb7a3a9
commit 9ef617ef65
+1 -1
View File
@@ -31,7 +31,7 @@
{ {
"command": "tar -czf backup.tgz /path/to/dir", "command": "tar -czf backup.tgz /path/to/dir",
"desc": "Create a quick compressed backup of a directory" "desc": "Create a quick compressed backup of a directory"
} },
{ {
"command": "find . -type f -iname 'myfile.txt'", "command": "find . -type f -iname 'myfile.txt'",
"desc": "Search for a specific file in folder (recursive, case-insensitive (use -name for case sensitive))" "desc": "Search for a specific file in folder (recursive, case-insensitive (use -name for case sensitive))"