Skip to content

Commit

Permalink
fixed style error in manticore-buddy.rb
Browse files Browse the repository at this point in the history
Closes #88.

Signed-off-by: Sergey Nikolaev <[email protected]>
  • Loading branch information
sanikolaev committed Mar 16, 2023
1 parent 2c12200 commit 9b36117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/manticore-buddy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ class ManticoreBuddy < Formula
def install
build_dir = `pwd`.strip + "/build"
system "git", "clone", "https://github.com/manticoresoftware/phar_builder.git"
system "./phar_builder/bin/build", "--name=\"Manticore Buddy\"", "--package=manticore-buddy", "--index=src/main.php"
system "./phar_builder/bin/build", "--name=\"Manticore Buddy\"", "--package=manticore-buddy",
"--index=src/main.php"
dir = share
mkdir_p "#{dir}/manticore/modules"
mv "#{build_dir}/manticore-buddy", "#{dir}/manticore/modules/manticore-buddy"
Expand Down

0 comments on commit 9b36117

Please sign in to comment.