diff options
-rw-r--r-- | roles/stagit/files/generate-static-git.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/stagit/files/generate-static-git.sh b/roles/stagit/files/generate-static-git.sh index dcb20ad..dd0db32 100644 --- a/roles/stagit/files/generate-static-git.sh +++ b/roles/stagit/files/generate-static-git.sh @@ -8,7 +8,7 @@ repo="" for repo in "${GIT_DIR}"/*; do if [ ! -f "${repo}/git-daemon-export-ok" ]; then - echo " [ERR] ${repo}" + echo " [ERR] $(basename ${repo})" continue fi |