Skip to content

Commit

Permalink
PR changes adds new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
carmal891 committed Sep 24, 2024
1 parent 913e51d commit d30b245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Formula/pvsadm_darwin_arm64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def install
assert_match "Error: --instance-name or --instance-name required", output
assert_match "Version: v#{version},", shell_output("#{bin}/pvsadm version | awk '{print $1, $2}'")
end
end
end
2 changes: 1 addition & 1 deletion Formula/pvsadm_linux_amd64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def install
assert_match "Error: --instance-name or --instance-name required", output
assert_match "Version: v#{version},", shell_output("#{bin}/pvsadm version | awk '{print $1, $2}'")
end
end
end

0 comments on commit d30b245

Please sign in to comment.