Skip to content

Commit

Permalink
Merge pull request #119 from HerodotusDev/release/0.4.0
Browse files Browse the repository at this point in the history
chore: path update
  • Loading branch information
rkdud007 authored Jul 30, 2024
2 parents ce61e07 + b06f57e commit b568a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pre-processor/src/module_registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ impl ModuleRegistry {
);

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

0 comments on commit b568a88

Please sign in to comment.