Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
fix: fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmeinke committed Sep 24, 2018
1 parent 3ba145f commit 20ad9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ try {
config = require('@serieseight/config')
hasSetup = true
} catch (err) {
if (cmd !== setup) {
if (cmd !== 'setup') {
console.log(`${chalk.yellow(`You still need to run ${chalk.bold('s8 setup')} to complete installation.
Currently ${chalk.bold('s8')} does not have all the data it requires to function.`)}\n`)
}
Expand Down

0 comments on commit 20ad9e6

Please sign in to comment.