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 47e7244 commit 0db6674Copy full SHA for 0db6674
src/commands/status/index.js
@@ -57,13 +57,6 @@ class StatusCommand extends Command {
57
58
this.log(prettyjson.render(cleanAccountData))
59
60
- if (!site.configPath) {
61
- this.logJson({
62
- account: cleanAccountData,
63
- })
64
- this.exit()
65
- }
66
-
67
if (!siteId) {
68
this.warn('Did you run `netlify link` yet?')
69
this.error(`You don't appear to be in a folder that is linked to a site`)
0 commit comments