Skip to content

Commit

Permalink
Remove duplicated pushd in stage-release.sh (apache#3607)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Feb 20, 2019
1 parent 5db6bce commit ce2d21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stage-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi

DEST_PATH=$1

pushd pushd $(dirname "$0")
pushd $(dirname "$0")
PULSAR_PATH=$(git rev-parse --show-toplevel)
VERSION=`./get-project-version.py`
popd
Expand Down

0 comments on commit ce2d21c

Please sign in to comment.