Skip to content

Commit

Permalink
graphviz: fix test when built without PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Aug 21, 2023
1 parent a9113bd commit 265c0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/graphviz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ def install
}
EOS

system "#{bin}/dot", "-Tpdf", "-o", "sample.pdf", "sample.dot"
system "#{bin}/dot", "-Txdot", "-o", "sample.xdot", "sample.dot"
end
end

0 comments on commit 265c0d6

Please sign in to comment.