Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Use main branch of freebsd-src instead of master (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
aWZHY0yQH81uOYvH committed Nov 23, 2023
1 parent e70514e commit 75f6b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iocage_lib/ioc_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ def fetch_update(self, cli=False, uuid=None):
su.Popen(cmd).communicate()
if self.verify:
f = "https://raw.githubusercontent.com/freebsd/freebsd-src" \
"/master/usr.sbin/freebsd-update/freebsd-update.sh"
"/main/usr.sbin/freebsd-update/freebsd-update.sh"

tmp = tempfile.NamedTemporaryFile(delete=False)
with urllib.request.urlopen(f) as fbsd_update:
Expand Down

0 comments on commit 75f6b11

Please sign in to comment.