Skip to content

Commit 71f3c86

Browse files
committed
fix: curio default
1 parent 2669472 commit 71f3c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ impl Default for Config {
210210
},
211211
curio: Location::GitBranch {
212212
url: "https://github.com/redpanda-f/curio.git".to_string(),
213-
branch: "feat/redpanda/pdpv0-2k-envvars".to_string(),
213+
branch: "feat/pdpv0/redpanda/localnet-setup".to_string(),
214214
},
215215
filecoin_services: Location::GitBranch {
216216
url: "https://github.com/FilOzone/filecoin-services.git".to_string(),

0 commit comments

Comments
 (0)