check_git - adding full path of local repo for diff
This commit is contained in:
parent
aa03971428
commit
d6537f892b
@ -92,7 +92,7 @@ while read REPO ; do
|
||||
# Si le sha1sum est différent, les fichiers sont différents
|
||||
if [ "$REPO_SHA1SUM" != "$LOCAL_SHA1SUM" ]; then
|
||||
RETURN_CODE=1
|
||||
EXIT_MESSAGE="${EXIT_MESSAGE}\n diff ${FILE#/} $FILE"
|
||||
EXIT_MESSAGE="${EXIT_MESSAGE}\n diff ${REPO}/${FILE#/} $FILE"
|
||||
fi
|
||||
# Sinon s'il n'existe pas
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user