Commit 88e2db7
committed
fix: POSIX cron redirect and Spine capitalization
Replace bash-ism `&>/dev/null` with POSIX-compatible `>/dev/null 2>&1`
in cron job example. Capitalize Spine consistently in Spine.md testing
section.
Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>1 parent a006a09 commit 88e2db7
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments