Commit 753df43
Tom Brandenburg
fix: resolve shell syntax errors in templates
- Remove problematic parentheses from echo statements that caused shell parsing errors
- Replace 'echo "text (with parens)"' with 'echo "text - with dashes"'
- All enhanced and advanced templates now pass shell syntax validation
Templates fixed:
- templates/enhanced/ai-to-telegram-simple.yaml
- templates/enhanced/opencode-poem-telegram-template.yaml
Syntax validation now passes for all 13 previously failing templates1 parent 2c8dffc commit 753df43
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments