rules: fix touch

This commit is contained in:
iff 2024-12-07 02:29:58 +01:00
parent 29c79a5638
commit ab7af6cebb

View file

@ -1,7 +1,7 @@
command = "touch" command = "touch"
[[match_err]] [[match_err]]
pattern = [ "cannot touch" ] pattern = [ "no such file or directory" ]
suggest = [ suggest = [
''' '''
mkdir --parents {{cmd::(?:\s)+(.*[\\\/])(?:\s)*}} && \ mkdir --parents {{cmd::(?:\s)+(.*[\\\/])(?:\s)*}} && \