Skip to content

Commit 3d01a29

Browse files
authored
Update prepare.sh
1 parent 8dcb5ae commit 3d01a29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

prepare.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ set -ex
33
DEFAULT_FIBER_BRANCH="develop"
44
DEFAULT_FIBER_URL="https://github.com/nervosnetwork/fiber.git"
55

6-
76
GitFIBERBranch="${GitBranch:-$DEFAULT_FIBER_BRANCH}"
87
GitFIBERUrl="${GitUrl:-$DEFAULT_FIBER_URL}"
98

@@ -17,4 +16,4 @@ cargo build --release
1716
cp target/release/fnn ../download/fiber/current/fnn
1817
cd migrate
1918
cargo build
20-
cp target/debug/fnn-migrate ../../download/fiber/current/fnn-migrate
19+
cp target/debug/fnn-migrate ../../download/fiber/current/fnn-migrate

0 commit comments

Comments
 (0)