From c23aa86e3277e2d5db33d0a38bbc9480d212b315 Mon Sep 17 00:00:00 2001 From: Magee Mooney Date: Thu, 29 Sep 2022 17:45:41 -0700 Subject: [PATCH] change the install script to point to reactorcore --- bin/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install b/bin/install index 0cfb481..a3d83db 100644 --- a/bin/install +++ b/bin/install @@ -14,7 +14,7 @@ ROOT_DIR=$(git rev-parse --show-toplevel) cd "$ROOT_DIR/.git/hooks" rm -f pre-commit -curl -sS https://raw.githubusercontent.com/hackreactor-labs/pomander/master/bin/pomander > pre-commit +curl -sS https://raw.githubusercontent.com/reactorcore/pomander/master/bin/pomander > pre-commit chmod +x pre-commit echo "Pomander installed successfully." exit 0