From af35fa1e3370dcff7c49bc688bf92624a0013cac Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Mon, 13 Nov 2017 14:20:43 +0100 Subject: [PATCH] Start from rust root in update step (#7039) --- js/scripts/push-cargo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/scripts/push-cargo.sh b/js/scripts/push-cargo.sh index 22ff9f364..1e0907fe5 100755 --- a/js/scripts/push-cargo.sh +++ b/js/scripts/push-cargo.sh @@ -16,8 +16,8 @@ function setup_git_user { # change into the build directory BASEDIR=`dirname $0` -GITLOG="./.git/gitcommand.log" -pushd $BASEDIR +GITLOG=./.git/gitcommand.log +pushd $BASEDIR/.. echo "*** [cargo] Setting up GitHub config for parity" setup_git_user