updated post-commit
This commit is contained in:
parent
cea27322d9
commit
9d983dc548
@ -3,7 +3,7 @@
|
||||
REPOBASE="`basename "${1}"`"
|
||||
REV="${2}"
|
||||
|
||||
AUTHOR="$(svnlook author -r ${REV} ${1})"
|
||||
AUTHOR="`svnlook author -r ${REV} "${1}"`"
|
||||
|
||||
# does not care if logging has failed.
|
||||
wget -q -O- "%API%/logCodeCommit/svn/${REPOBASE}/${REV}/${AUTHOR}" 2>/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user