Skip to content

Commit

Permalink
cmd/lib/check: use default hash syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Mar 7, 2024
1 parent 8f41fc5 commit dac9a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lib/check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module Check
},
loaded_launchjobs: lambda {
launchctl = lambda do |sudo|
system_command!("/bin/launchctl", args: ["list"], print_stderr: false, sudo: sudo)
system_command!("/bin/launchctl", args: ["list"], print_stderr: false, sudo:)
.stdout
.lines.drop(1)
.grep_v(APPLE_LAUNCHJOBS_REGEX)
Expand Down

0 comments on commit dac9a34

Please sign in to comment.