Skip to content

Commit

Permalink
Update server/src/cli.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Hornby <[email protected]>
  • Loading branch information
Christopher Kolstad and sighphyre authored Jun 5, 2023
1 parent b1b4984 commit a053a11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ impl RedisArgs {
}).map(|almost_finished_url| {
let mut base_url = almost_finished_url;
if self.redis_secure {
println!("Yves should be secure");
let scheme = "rediss";
base_url.set_scheme(scheme).expect("Failed to set redis scheme");
}
Expand Down

0 comments on commit a053a11

Please sign in to comment.