Skip to content

Commit

Permalink
Fix the branch name of IRI
Browse files Browse the repository at this point in the history
  • Loading branch information
marktwtn committed Dec 18, 2018
1 parent a5fda48 commit 0104c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/java.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ endif
SHELL_HACK := $(shell mkdir -p $(addprefix $(OUT)/,jni))
SHELL_HACK := $(shell mkdir -p $(OUT)/com/iota/iri/crypto)

GITHUB_REPO ?= DLTcollab/iri/testing
GITHUB_REPO ?= DLTcollab/iri/dev-rebase
PearlDriverSRC := src/main/java/com/iota/iri/crypto/PearlDiver.java

$(OUT)/com/iota/iri/crypto/PearlDiver.java: $(OUT)/com/iota/iri/crypto
Expand Down

0 comments on commit 0104c42

Please sign in to comment.