mirror of
https://github.com/He4eT/fuzzsoma.git
synced 2026-05-05 01:37:22 +00:00
index.js: update prompt format
This commit is contained in:
parent
8d95e2ad13
commit
1bcff6f073
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -36,7 +36,7 @@ const shapeChannels = (channels) =>
|
|||
const fuzzySelect = (choices) =>
|
||||
inquirer.prompt([{
|
||||
choices,
|
||||
message: 'SomaFM channel',
|
||||
message: 'SomaFM Channel:',
|
||||
name: 'channelURL',
|
||||
type: 'search-list',
|
||||
}])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue