From a9e11f008111c8cdd403f63f526798e463a65ba4 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 31 Mar 2022 19:33:50 +0100 Subject: [PATCH] fix ref --- code_patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code_patches.sh b/code_patches.sh index 32ad321..aac48ba 100755 --- a/code_patches.sh +++ b/code_patches.sh @@ -22,7 +22,7 @@ echo 'Adding custom emoji...' { cd ./reactions; ./generate.sh > "./data-injects~.json"; - jq -sc '.[0] + .[1]' "../node_modules/emojibase-data/en/compact_backup.json" "./data-injects~.json" > "../node_modules/emojibase-data/en/compact.json"; + jq -sc '.[0] + .[1]' "../../node_modules/emojibase-data/en/compact_backup.json" "./data-injects~.json" > "../../node_modules/emojibase-data/en/compact.json"; rm "./data-injects~.json"; cd "$LWD"; } || { echo "Failed to inject reactions: Exit code $?" 1>&2; exit $?; }