We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1377a35 commit fb081c7Copy full SHA for fb081c7
1 file changed
crates/stellar-scaffold-cli/src/commands/build/clients.rs
@@ -129,7 +129,7 @@ impl Args {
129
return Ok(());
130
};
131
132
- self.clone().add_network_to_env(¤t_env.network)?;
+ self.add_network_to_env(¤t_env.network)?;
133
// Create the '.stellar' directory if it doesn't exist
134
std::fs::create_dir_all(workspace_root.join(".stellar"))
135
.map_err(stellar_cli::config::locator::Error::Io)?;
0 commit comments