mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 15:45:11 +01:00
rules: fix touch
This commit is contained in:
parent
29c79a5638
commit
ab7af6cebb
1 changed files with 1 additions and 1 deletions
|
|
@ -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)*}} && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue