Skip to content

Commit

Permalink
fix: pull from custom branch instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
mFragaBA committed May 31, 2024
1 parent 0085537 commit 52d1ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ description = "Clone or update miden-node repository and clean up files"
script_runner = "bash"
script = [
'if [ -d miden-node ]; then cd miden-node ; else git clone https://github.com/0xPolygonMiden/miden-node.git && cd miden-node; fi',
'git checkout mFragaBA-next-0.4 && git pull origin main && cargo update',
'git checkout mFragaBA-next-0.4 && git pull origin mFragaBA-next-0.4 && cargo update',
'rm -rf miden-store.sqlite3 miden-store.sqlite3-wal miden-store.sqlite3-shm',
'cargo run --bin miden-node --features $NODE_FEATURES_TESTING -- make-genesis --inputs-path ../tests/config/genesis.toml --force',
]
Expand Down

0 comments on commit 52d1ac7

Please sign in to comment.