Skip to content

Commit

Permalink
Fix gitmojis.json path
Browse files Browse the repository at this point in the history
  • Loading branch information
troylar committed Dec 26, 2022
1 parent 21ab546 commit 738f30b
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 738f30b

Please sign in to comment.