Skip to content

Commit

Permalink
chore: add a semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Oct 11, 2021
1 parent 69d9ce4 commit 18f6c46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nest-commander/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ export const cliPluginError = (cliName = 'nest-commander', pluginsAvailable = tr
return pluginsAvailable
? ''
: `${cliName} is expecting a configuration file, but didn't find one. Are you in the right directory?`;
}

};

0 comments on commit 18f6c46

Please sign in to comment.