Skip to content

Commit 738f30b

Browse files
committed
Fix gitmojis.json path
1 parent 21ab546 commit 738f30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {pathExists} from 'path-exists';
77
import fileExists from 'file-exists';
88

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

1313
const gitmojiCommitHookComand = `#!/bin/sh

0 commit comments

Comments
 (0)