Skip to content

Commit

Permalink
typo-Update config.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
romashka-btc authored Dec 17, 2024
1 parent 45b23ed commit 42d85af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl AssetsDirEnvConfig {
let value = std::env::var(SCROLL_PROVER_ASSETS_DIR_ENV_NAME)?;
let dirs: Vec<&str> = value.split(',').collect();
if dirs.len() != 2 {
bail!("env variable SCROLL_PROVER_ASSETS_DIR value must be 2 parts seperated by comma.")
bail!("env variable SCROLL_PROVER_ASSETS_DIR value must be 2 parts separated by comma.")
}
unsafe {
SCROLL_PROVER_ASSETS_DIRS = dirs.into_iter().map(|s| s.to_string()).collect();
Expand Down

0 comments on commit 42d85af

Please sign in to comment.