commit a4d67cb9e6d47154d3c0645f290fb0e95d1e0f04 parent 9790aa7f48b81f56d4317622261de20fe81da3fa Author: Tyler Clark <tyler.clark@foxide.xyz> Date: Sun, 6 Apr 2025 18:24:47 -0400 Fixing typo in PATH Diffstat:
M | scripts/NewRepo.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/NewRepo.sh b/scripts/NewRepo.sh @@ -42,7 +42,7 @@ createRepo() # This script is to generate the HTML for the git repo when a new commit is received\n cd ${REPODIR}/${NAME}${EXT}\n /usr/local/bin/stagit ./\n - /usr/locla/bin/stagit-index ${REPODIR}/*git > ${REPODIR}/index.html" > ${REPODIR}/${NAME}${EXT}/hooks/post-receive + /usr/local/bin/stagit-index ${REPODIR}/*git > ${REPODIR}/index.html" > ${REPODIR}/${NAME}${EXT}/hooks/post-receive chmod u+x ${REPODIR}/${NAME}${EXT}/hooks/post-receive }