We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c6515 commit 591d109Copy full SHA for 591d109
Makefile
@@ -6,7 +6,7 @@ SEMVER_FILE=$(F)
6
O=./
7
OUT_DIR=$(O)
8
9
-BASE_FILE=https://github.com/carloscuesta/gitmoji/blob/$(GITMOJI_VERSION)/packages/gitmojis/src/gitmojis.json
+BASE_FILE=https://raw.githubusercontent.com/carloscuesta/gitmoji/$(GITMOJI_VERSION)/packages/gitmojis/src/gitmojis.json
10
11
# See: https://gist.github.com/rsperl/d2dfe88a520968fbc1f49db0a29345b9
12
# define standard colors
0 commit comments