Commit 7e4b970
committed
Fix shell quoting issue: Use JSON output instead of direct variable expansion
- Read enhanced task from JSON output using jq to avoid shell parsing issues
- Prevents 'command not found' errors when task contains quotes
- JSON is properly escaped and safe to parse1 parent 1a03452 commit 7e4b970
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
0 commit comments