Commit f892a1a
fix(updater): align notify hint with actual update command (#36)
The notify-only auto-update path told users to run 'openboot update
--self', but no --self flag exists on the update command. Use the
real invocation: 'openboot update'.
Co-authored-by: Claude <noreply@anthropic.com>1 parent ade01eb commit f892a1a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
0 commit comments