Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6dd62cd

Browse files
committed
Fixed include repo URL to be HTTPS not SSH.
This will prevent those without Github SSH keys from getting errors.
1 parent 1007c61 commit 6dd62cd

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
@@ -1,4 +1,4 @@
1-
INCLUDE_REPO=git@github.com:masteringmatplotlib/includes.git
1+
INCLUDE_REPO=https://github.com/masteringmatplotlib/includes.git
22
INCLUDE_DIR=include
33
NAME=interaction
44
NOTEBOOK=notebooks/mmpl-$(NAME).ipynb

0 commit comments

Comments
 (0)