From e591086e4a30f15d7fbdc0fec3d513465cc7348f Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Sun, 5 Nov 2023 14:35:30 +0800 Subject: [PATCH] Update j.rb --- Casks/j/j.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Casks/j/j.rb b/Casks/j/j.rb index 39e18012fd..c69673cf2c 100644 --- a/Casks/j/j.rb +++ b/Casks/j/j.rb @@ -23,12 +23,10 @@ cask "j" do args: ["-js", "load 'pacman'", "'install' jpkg '*'", "exit 0"], } - # target names according to readme.txt ["jcon", "jconsole"].each do |b| binary "j#{version}/bin/jconsole", target: b end - commands = ["jbrk", "jhs", "jqt"] - commands.each do |b| + ["jbrk", "jhs", "jqt"].each do |b| binary "j#{version}/bin/#{b}.command", target: b end