Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Formula/h/heartbeat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ def install

chmod 0555, bin/"heartbeat" # generate_completions_from_executable fails otherwise
generate_completions_from_executable(bin/"heartbeat", "completion", shells: [:bash, :zsh])
end

def post_install
(var/"lib/heartbeat").mkpath
(var/"log/heartbeat").mkpath
end
Expand Down
Loading