fuseki: rubocop tweaks.
This commit is contained in:
parent
4797cd5fe0
commit
ae64692d8c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Fuseki < Formula
|
|||
# Write the installation path into the wrapper shell script
|
||||
inreplace "fuseki-server" do |s|
|
||||
s.gsub!(/export FUSEKI_HOME=.+/,
|
||||
%(export FUSEKI_HOME="#{libexec}"))
|
||||
%Q(export FUSEKI_HOME="#{libexec}"))
|
||||
end
|
||||
|
||||
# Install and symlink wrapper binaries into place
|
||||
|
|
Loading…
Reference in a new issue