Skip to content

Commit

Permalink
Ignore case of framework
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeadf committed Dec 17, 2020
1 parent add0e66 commit b375b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const settings = loadSettings();
const webhookClient = new WebhookClient(settings.webhookUrl);
const screenshoter = new Screenshoter();

const commandFactory = createCommandFactory(settings.framework);
const commandFactory = createCommandFactory(settings.framework.toLowerCase());

const screenshotCommand = commandFactory.createScreenshotCommand(
settings.commandName,
Expand Down

0 comments on commit b375b20

Please sign in to comment.