Commit df7ccad
authored
Fix wrong branch of new repository (#2064)
The new repo doesn't have the branch release-v1.0.0, I have seen people having issues with this in StackExchange:
https://substrate.stackexchange.com/questions/9839/cant-start-test-network-using-zombienet-macos
https://substrate.stackexchange.com/questions/9981/what-version-of-polkadot-relaychain-and-substrate-parachain-template-can-be-used
The options are use:
- git clone https://github.com/paritytech/polkadot to the old repo
- Don’t do the git checkout release-v1.0.0
- Update everything to work with the version release-v1.1.01 parent 0e5e832 commit df7ccad
1 file changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 67 | | |
74 | 68 | | |
75 | 69 | | |
| |||
0 commit comments