Skip to content

Commit

Permalink
Update Formula/r/recc.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
  • Loading branch information
sakeeb and carlocab authored Sep 25, 2024
1 parent f1c2659 commit c280147
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/r/recc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@ def caveats
end

service do
run [opt_bin / "recc-server"]
run [opt_bin/"recc-server"]
keep_alive true
working_dir var / "recc"
log_path var / "log/casd.log"
error_log_path var / "log/casd-error.log"
working_dir var/"recc"
log_path var/"log/casd.log"
error_log_path var/"log/casd-error.log"
end
end

0 comments on commit c280147

Please sign in to comment.