Skip to content

Commit

Permalink
Merge pull request #237 from troylar/main
Browse files Browse the repository at this point in the history
 Fix gitmojis.json path
  • Loading branch information
tjoskar authored Dec 30, 2022
2 parents 21ab546 + 738f30b commit 19eba89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {pathExists} from 'path-exists';
import fileExists from 'file-exists';

const gitmojiUrl
= 'https://raw.githubusercontent.com/carloscuesta/gitmoji/master/src/data/gitmojis.json';
= 'https://raw.githubusercontent.com/carloscuesta/gitmoji/master/packages/gitmojis/src/gitmojis.json';
const prepareCommitMessageFileName = 'prepare-commit-msg';

const gitmojiCommitHookComand = `#!/bin/sh
Expand Down

0 comments on commit 19eba89

Please sign in to comment.