Skip to content

Commit

Permalink
update spell
Browse files Browse the repository at this point in the history
  • Loading branch information
gurinderu committed Feb 22, 2024
1 parent e683440 commit 749ef9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nox/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ impl<RT: AquaRuntime> Node<RT> {

let services_config = ServicesConfig::new(
scopes.get_host_peer_id(),
config.dir_config.persistent_base_dir.clone(),
config.dir_config.ephemeral_base_dir.clone(),
config.dir_config.services_persistent_dir.clone(),
config.dir_config.services_ephemeral_dir.clone(),
config_utils::particles_vault_dir(&config.dir_config.avm_base_dir),
config.services_envs.clone(),
config.management_peer_id,
Expand Down

0 comments on commit 749ef9c

Please sign in to comment.