Skip to content

Commit

Permalink
periscope: fix brew style
Browse files Browse the repository at this point in the history
Needed for Homebrew/brew#9408.
  • Loading branch information
MikeMcQuaid committed Dec 16, 2020
1 parent cdeec75 commit dbd0731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/periscope.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def install

# scan + summary is correct
shell_output "#{bin}/psc scan 2>/dev/null"
summary = shell_output("#{bin}/psc summary").strip.split("\n").map { |l| l.strip.split(" ") }
summary = shell_output("#{bin}/psc summary").strip.split("\n").map { |l| l.strip.split }
assert_equal [["tracked", "2"], ["unique", "1"], ["duplicate", "1"], ["overhead", "4", "B"]], summary

# rm allows deleting dupes but not uniques
Expand Down

0 comments on commit dbd0731

Please sign in to comment.