Skip to content

Commit 653e015

Browse files
committed
修复deploy脚本错误
1 parent fd40792 commit 653e015

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

raft-java-example/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cd -
3333

3434
mkdir client
3535
cd client
36-
cp -f ../../target/$EXAMPLE_ZIP .
37-
tar -zxvf $EXAMPLE_ZIP
36+
cp -f ../../target/$EXAMPLE_TAR .
37+
tar -zxvf $EXAMPLE_TAR
3838
chmod +x ./bin/*.sh
3939
cd -

0 commit comments

Comments
 (0)