Skip to content

Commit

Permalink
Use system_command instead of Utils.popen_read.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Oct 7, 2023
1 parent a363b0b commit f124347
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/service/formula_wrapper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require "system_command"

# Wrapper for a formula to handle service-related stuff like parsing and
# generating the service/plist files.
module Service
Expand Down

0 comments on commit f124347

Please sign in to comment.