Fixed temporary file path.

Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/120cef66
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/120cef66
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/120cef66

Branch: refs/heads/TINKERPOP-927-master
Commit: 120cef66da6afac1ecbb5781fe58d3ca3e1f0129
Parents: 0100f78
Author: Daniel Kuppitz <daniel_kupp...@hotmail.com>
Authored: Tue Sep 20 01:12:52 2016 +0200
Committer: Daniel Kuppitz <daniel_kupp...@hotmail.com>
Committed: Tue Sep 20 01:12:52 2016 +0200

----------------------------------------------------------------------
 bin/publish-docs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/120cef66/bin/publish-docs.sh
----------------------------------------------------------------------
diff --git a/bin/publish-docs.sh b/bin/publish-docs.sh
index 8440ae2..1c374da 100755
--- a/bin/publish-docs.sh
+++ b/bin/publish-docs.sh
@@ -70,7 +70,7 @@ pushd "javadocs/${VERSION}/"; cat 
../../../publish-docs.javadocs | awk '/^A/ {pr
 pushd "docs/${VERSION}/"; cat ../../../publish-docs.docs | awk '/^D/ {print 
$2}' | xargs --no-run-if-empty svn delete; popd
 pushd "javadocs/${VERSION}/"; cat ../../../publish-docs.javadocs | awk '/^D/ 
{print $2}' | xargs --no-run-if-empty svn delete; popd
 
-CHANGES=$(cat target/publish-docs.*docs | grep -v '.graffle$' | wc -l)
+CHANGES=$(cat ../publish-docs.*docs | grep -v '.graffle$' | wc -l)
 
 if [ ${CHANGES} -gt 0 ]; then
   ${SVN_CMD} commit -m "Deploy docs for TinkerPop ${VERSION}"

Reply via email to