From 006f43a7c2aabe5833b6132636fd50706dc94129 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Fri, 5 May 2023 18:23:30 -0400 Subject: [PATCH] updated --- irc/post-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/post-commit b/irc/post-commit index dc30409..6b1dc21 100755 --- a/irc/post-commit +++ b/irc/post-commit @@ -4,7 +4,7 @@ _data=$(git log -1 --graph --pretty=format:"%h|%s|%cn") _hash=$(echo "$_data" | cut -d'|' -f1 | cut -c 3-) _msg=$(echo "$_data" | cut -d'|' -f2) -echo $(dirname $GIT_DIR) +echo $GIT_DIR _name=$(echo "$_data" | cut -d'|' -f3) _repo=$(basename -s .git $(git config --get remote.origin.url))