Skip to content

Commit

Permalink
fix(redis): update redis Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 10, 2024
1 parent 0ab355a commit a1388f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub fn setup() -> Result<String, Error> {
.with_workdir(".fluentci")?
.with_exec(vec!["flox", "install", "redis", "overmind", "tmux"])?
.with_exec(vec![
"grep -q redis Procfile || echo 'redis: redis >> Procfile",
"grep -q redis Procfile || echo 'redis: redis-server' >> Procfile",
])?
.stdout()?;

Expand Down

0 comments on commit a1388f4

Please sign in to comment.