Skip to content

Commit d44f45c

Browse files
build: use correct REPO_OWNER in make_package.py
1 parent 9c80e94 commit d44f45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import sys
2424
import jinja2
2525

26-
REPO_OWNER = "jaredhendrickson13"
26+
REPO_OWNER = "pfrest"
2727
REPO_NAME = "pfSense-pkg-saml2-auth"
2828

2929

0 commit comments

Comments
 (0)