Skip to content

Commit

Permalink
Fix the openssl init in gorc
Browse files Browse the repository at this point in the history
  • Loading branch information
zmanian committed Sep 17, 2021
1 parent 4583223 commit c52e611
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orchestrator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion orchestrator/gorc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gorc"
authors = []
version = "0.2.10"
version = "0.2.11"
edition = "2018"

[dependencies]
Expand Down
2 changes: 2 additions & 0 deletions orchestrator/gorc/src/commands/orchestrator/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ pub struct StartCommand {

impl Runnable for StartCommand {
fn run(&self) {
openssl_probe::init_ssl_cert_env_vars();

let config = APP.config();
let cosmos_prefix = config.cosmos.prefix.clone();

Expand Down

0 comments on commit c52e611

Please sign in to comment.