Skip to content

Commit 5dccf01

Browse files
committed
brew style maelvls/amc --fix
1 parent 186e815 commit 5dccf01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auto-multiple-choice.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,8 @@ def install
502502
(bin/"auto-multiple-choice").write_env_script libexec/"bin/auto-multiple-choice",
503503
PERL5LIB: ENV["PERL5LIB"],
504504
# netpbm, poppler and imagemagick@6 must be in the PATH
505-
PATH: "#{libexec}/bin:#{Formula["qpdf"].bin}:#{Formula["netpbm"].bin}"\
506-
":#{Formula["poppler"].bin}:#{Formula["imagemagick@6"].bin}"\
505+
PATH: "#{libexec}/bin:#{Formula["qpdf"].bin}:#{Formula["netpbm"].bin}" \
506+
":#{Formula["poppler"].bin}:#{Formula["imagemagick@6"].bin}" \
507507
":#{Formula["gobject-introspection"].bin}:$PATH",
508508
AMCBASEDIR: prefix
509509

0 commit comments

Comments
 (0)