Skip to content

Commit

Permalink
Changing dependency repo to own fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjorn Tornkvist committed Sep 28, 2017
1 parent ea27ada commit fc98d8a
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 @@ -31,7 +31,7 @@ deps:
pp_record-dep:
if [ ! -d deps/pp_record ]; then \
cd deps; \
git clone https://github.com/bet365/pp_record.git; \
git clone https://github.com/etnt/pp_record.git; \
make -C pp_record all; \
fi

Expand Down

0 comments on commit fc98d8a

Please sign in to comment.