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 51ac9da commit 124164aCopy full SHA for 124164a
1 file changed
cmd/seed.js
@@ -51,7 +51,7 @@ module.exports = async function seed(cmd) {
51
key: 'contentKey',
52
label: appendMode ? `${ansi.gray('...')} content key` : 'Content Key:',
53
initial: loading,
54
- transform: (v) => (v === undefined ? ansi.yellow('loading...') : ansi.gray(v))
+ transform: (v) => (v === undefined ? ansi.yellow('unknown...') : ansi.gray(v))
55
},
56
{
57
key: 'firewalled',
0 commit comments