Skip to content

Commit

Permalink
修复deploy脚本错误
Browse files Browse the repository at this point in the history
  • Loading branch information
wenweihu86 committed Jul 22, 2018
1 parent fd40792 commit 653e015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raft-java-example/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd -

mkdir client
cd client
cp -f ../../target/$EXAMPLE_ZIP .
tar -zxvf $EXAMPLE_ZIP
cp -f ../../target/$EXAMPLE_TAR .
tar -zxvf $EXAMPLE_TAR
chmod +x ./bin/*.sh
cd -

0 comments on commit 653e015

Please sign in to comment.