Skip to content

Commit 591d109

Browse files
committed
🐛 Fix gitmojis.json URL
1 parent 34c6515 commit 591d109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SEMVER_FILE=$(F)
66
O=./
77
OUT_DIR=$(O)
88

9-
BASE_FILE=https://github.com/carloscuesta/gitmoji/blob/$(GITMOJI_VERSION)/packages/gitmojis/src/gitmojis.json
9+
BASE_FILE=https://raw.githubusercontent.com/carloscuesta/gitmoji/$(GITMOJI_VERSION)/packages/gitmojis/src/gitmojis.json
1010

1111
# See: https://gist.github.com/rsperl/d2dfe88a520968fbc1f49db0a29345b9
1212
# define standard colors

0 commit comments

Comments
 (0)