Skip to content

Commit

Permalink
Merge pull request #118 from HerodotusDev/release/0.4.0
Browse files Browse the repository at this point in the history
hot fix: path update
  • Loading branch information
rkdud007 authored Jul 30, 2024
2 parents 1c0e5df + 498c0b0 commit ce61e07
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 @@ -141,7 +141,7 @@ impl ModuleRegistry {
let program_hash_key = program_hash.to_string();
let branch = "v2-fix";
let api_url = format!(
"https://api.github.com/repos/HerodotusDev/hdp/contents/crates/preprocessor/module-registery/{}.json?ref={}",
"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 ce61e07

Please sign in to comment.