Skip to content

Commit

Permalink
fix redis_url
Browse files Browse the repository at this point in the history
  • Loading branch information
smtmfft committed Oct 17, 2024
1 parent 48a359e commit d999306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub struct Opts {
pub max_db_size: usize,

#[arg(long, require_equals = true, default_value = "redis://localhost:6379")]
pub redis_url: usize,
pub redis_url: String,
}

impl Opts {
Expand Down

0 comments on commit d999306

Please sign in to comment.