Skip to content

Commit 907eac6

Browse files
committed
Fix typo
1 parent fafe52a commit 907eac6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

homebrew/formula.rb.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class PluginModernizer < Formula
1010

1111
def install
1212
libexec.install "jenkins-plugin-modernizer-{{projectVersion}}.jar"
13-
bin.write_jar_script libexec/"jenkins-plugin-modernizer-{{projectVersion}}.jar", "plugin-modernizer" "--add-opens=java.base/java.lang=ALL-UNNAMED --sun-misc-unsafe-memory-access=allow"
13+
bin.write_jar_script libexec/"jenkins-plugin-modernizer-{{projectVersion}}.jar", "plugin-modernizer", "--add-opens=java.base/java.lang=ALL-UNNAMED --sun-misc-unsafe-memory-access=allow"
1414
end
1515

1616
test do

0 commit comments

Comments
 (0)