We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248b930 commit c02f198Copy full SHA for c02f198
1 file changed
app/userland/webterm/js/main.js
@@ -173,7 +173,7 @@ class WebTerm extends LitElement {
173
for (let command of commands) {
174
if (!command.name) continue
175
let commandData = {
176
- package: pkg.url,
+ package: pkg.path ? pkg.path.split('/').pop() : pkg.url,
177
name: command.name,
178
help: command.help,
179
usage: command.usage,
0 commit comments