diff options
author | Botond Hende <nettingman@gmail.com> | 2024-10-19 12:07:12 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-10-19 12:07:12 +0200 |
commit | d6e55af9f2421641a5d4c8945869a1463b353272 (patch) | |
tree | 74e71b15f1218a1b59c0db114604f9b2f94a7c2e /sentences | |
parent | 3cc11c690197dfd321e9580a6e3a7221bddc1dc9 (diff) |
search for processes in /usr/bin instead of using wildcard
Diffstat (limited to 'sentences')
-rw-r--r-- | sentences/process_HesExecuteProcess.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sentences/process_HesExecuteProcess.yaml b/sentences/process_HesExecuteProcess.yaml index 8d5669e..f24971b 100644 --- a/sentences/process_HesExecuteProcess.yaml +++ b/sentences/process_HesExecuteProcess.yaml @@ -7,10 +7,6 @@ intents: slots: domain: "process" -lists: - process: - wildcard: true - expansion_rules: process: "[the ]{process}" execute: "(execute|open|run|start)"
\ No newline at end of file |