Skip to content

Commit 2ff0590

Browse files
authored
Merge pull request #349 from ghostbsd/os-release
Updated BUG_REPORT_URL and CODENAME
2 parents e8c5e00 + c24d6c2 commit 2ff0590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libexec/rc/rc.d/os-release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ osrelease_start()
3333
PRETTY_NAME="GhostBSD $_version"
3434
CPE_NAME=cpe:/o:ghostbsd:ghostbsd:$_version_id
3535
HOME_URL=https://GhostBSD.org/
36-
BUG_REPORT_URL=https://github.com/ghostbsd/ghostbsd-src/issues/new/choose
37-
CODENAME="ISO-Rolling"
36+
BUG_REPORT_URL=https://github.com/ghostbsd/issues/issues/new/choose
37+
CODENAME="Twenty-Five"
3838
__EOF__
3939
install -C -o root -g wheel -m ${osrelease_perms} "$t" "${osrelease_file}"
4040
rm -f "$t"

0 commit comments

Comments
 (0)