Skip to content

Commit d80b533

Browse files
myronlabsclaude
andcommitted
Point the support and issue URLs at this repository
exit_fn and fail() still carried https://github.com/slyfox1186/script-repo from the script's origin there; bug reports and stars belong at https://github.com/slyfox1186/imagemagick-build-script now that it is a standalone repo. Repo-wide sweep confirms no other script-repo reference remains. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent c76cf59 commit d80b533

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/02-functions-core.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
exit_fn() {
55
echo
66
echo -e "${GREEN}[INFO]${NC} Make sure to ${YELLOW}star${NC} this repository to show your support!"
7-
echo -e "${GREEN}[INFO]${NC} https://github.com/slyfox1186/script-repo"
7+
echo -e "${GREEN}[INFO]${NC} https://github.com/slyfox1186/imagemagick-build-script"
88
echo
99
exit 0
1010
}
1111

1212
fail() {
1313
echo >&2
1414
echo -e "${RED}[ERROR]${NC} $1\n" >&2
15-
echo -e "${GREEN}[INFO]${NC} For help or to report a bug, create an issue at: https://github.com/slyfox1186/script-repo/issues" >&2
15+
echo -e "${GREEN}[INFO]${NC} For help or to report a bug, create an issue at: https://github.com/slyfox1186/imagemagick-build-script/issues" >&2
1616
echo >&2
1717
exit 1
1818
}

0 commit comments

Comments
 (0)