Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilDahekar committed Dec 23, 2024
1 parent 3d9be13 commit fbd0f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/generate/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default class Models extends Command {
});
s.stop(green(`Successfully generated the following models: ${generatedModelStrings.join('\n')}`));
} catch (error) {
s.stop(green("Failed to generate models"));
s.stop(green('Failed to generate models'));

if (error instanceof Error) {
this.error(error.message);
Expand Down

0 comments on commit fbd0f6a

Please sign in to comment.