Skip to content

Commit

Permalink
Change UPDATE_CYPRESS_SCRIPT_URL to come from main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
sonyavpaa committed Jun 24, 2024
1 parent e7ea2e9 commit 553c7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN_ON := host
UNAME_S := $(shell uname -s)
# Shorten with https://git.io/ : https://raw.githubusercontent.com/druidfi/tools/main/update.sh
UPDATE_SCRIPT_URL := https://git.io/JP10q
UPDATE_CYPRESS_SCRIPT_URL := https://raw.githubusercontent.com/druidfi/cypress-testing/updater/update.sh
UPDATE_CYPRESS_SCRIPT_URL := https://raw.githubusercontent.com/druidfi/cypress-testing/main/update.sh
WEBROOT ?= public

include $(DRUIDFI_TOOLS_MAKE_DIR)utils.mk
Expand Down

0 comments on commit 553c7f6

Please sign in to comment.