Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Dec 6, 2024
1 parent 71ec498 commit e5db9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/host/src/rollup_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub fn get_rollup_config_path(l2_chain_id: u64, run_context: RunContext) -> Resu
.expect("Failed to get workspace root")
.workspace_root;
let rollup_config_path =
workspace_root.join(format!("/configs/{}/rollup.json", l2_chain_id));
workspace_root.join(format!("configs/{}/rollup.json", l2_chain_id));
Ok(rollup_config_path.into())
}
RunContext::Docker => {
Expand Down

0 comments on commit e5db9ab

Please sign in to comment.