Skip to content

Commit

Permalink
Fix: git:// => https://
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Jan 11, 2022
1 parent bb59e54 commit 4bdc81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ deps-ci: ;


test-ci:
git clone git://github.com/nodeca/nodeca.git ${TMP_PATH}
git clone https://github.com/nodeca/nodeca.git ${TMP_PATH}

test -n "${GITHUB_BRANCH}" && test "${GITHUB_BRANCH}" != "master" && \
cd ${TMP_PATH} && \
Expand Down

0 comments on commit 4bdc81c

Please sign in to comment.