Skip to content

Commit d99959a

Browse files
committed
Update external docs
1 parent 3ce5c94 commit d99959a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

external/source/HACKING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,13 @@ with `-e`/`--no-eslint`.
222222

223223
Then reload cockpit in your browser after building the page.
224224

225-
Often you need to test your code in a VM. `webpack-make` has an `-r`/`--rsync`
225+
Often you need to test your code in a VM. `webpack-make.js` has an `-r`/`--rsync`
226226
option for copying the built webpack into the given SSH target's
227227
/usr/share/cockpit/ directory. If you use cockpit's own test VMs and set up the
228228
SSH `c` alias as described in [test/README.md](./test/README.md), you can use
229229
one of these commands:
230230

231-
tools/webpack-make kdump -r c
231+
tools/webpack-make.js kdump -r c
232232
tools/webpack-watch kdump -r c
233233

234234
To make Cockpit again use the installed code, rather than that from your git

0 commit comments

Comments
 (0)