From b7bcc03e1f66503156b81505ea59ad27226a7df7 Mon Sep 17 00:00:00 2001 From: Nic0Nic0Nii Date: Thu, 30 Sep 2021 04:43:20 +0000 Subject: [PATCH] Typo... Co-authored-by: sigonasr2 --- coauthors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coauthors.sh b/coauthors.sh index a22f3b1..00eba20 100755 --- a/coauthors.sh +++ b/coauthors.sh @@ -10,7 +10,7 @@ cat <<-EOF > ~/.git-coauthors } EOF git mob sig -cat <<-EOF > ./git/hooks/prepare-commit-msg +cat <<-EOF > .git/hooks/prepare-commit-msg #!/usr/bin/env node let exec = require('child_process').exec, fs = require('fs');