Skip to content

Commit b568a88

Browse files
authored
Merge pull request #119 from HerodotusDev/release/0.4.0
chore: path update
2 parents ce61e07 + b06f57e commit b568a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: crates/pre-processor/src/module_registry.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ impl ModuleRegistry {
139139
);
140140

141141
let program_hash_key = program_hash.to_string();
142-
let branch = "v2-fix";
142+
let branch = "dev";
143143
let api_url = format!(
144144
"https://api.github.com/repos/HerodotusDev/hdp/contents/crates/pre-processor/module-registery/{}.json?ref={}",
145145
program_hash_key, branch

0 commit comments

Comments
 (0)