Skip to content

Commit

Permalink
fix: add back run for original config command
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Jan 5, 2024
1 parent d37156c commit 9baecc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl Root {
Cmd::Network(network) => network.run()?,
Cmd::Version(version) => version.run(),
Cmd::Keys(id) => id.run().await?,
Cmd::Config(_) => todo!(),
Cmd::Config(c) => c.run().await?,
};
Ok(())
}
Expand Down

0 comments on commit 9baecc1

Please sign in to comment.