Skip to content

Commit f27477e

Browse files
committed
Correct some minor build errors
1 parent 2eef22d commit f27477e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ LOCAL ?= ~/src/
3434

3535
GHUB_NAME = python-slip39
3636
GHUB_REPO = [email protected]:pjkundert/$(GHUB_NAME)
37-
GHUB_BRCH = -b feature-invoicing
37+
GHUB_BRCH = -b master
3838
VENV_NAME = $(GHUB_NAME)-$(VERSION)
3939
VENV_OPTS = # --copies # Doesn't help; still references some system libs.
4040

0 commit comments

Comments
 (0)