Skip to content

Commit

Permalink
wlp-webprofile8: style fix for rm_rf
Browse files Browse the repository at this point in the history
  • Loading branch information
moonfruit committed Aug 2, 2024
1 parent 9bab40c commit b1f0e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/wlp-webprofile8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class WlpWebprofile8 < Formula
depends_on "openjdk"

def install
rm_rf Dir["bin/**/*.bat"]
rm Dir["bin/**/*.bat"]

prefix.install_metafiles
libexec.install Dir["*"]
Expand Down

0 comments on commit b1f0e60

Please sign in to comment.