Skip to content

Commit fbccb69

Browse files
webcoyotebranchv
andcommitted
sandvault: simplify prefix use for write_exec_script.
Co-authored-by: Branch Vincent <branchevincent@gmail.com>
1 parent 17030a9 commit fbccb69

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Formula/s/sandvault.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ class Sandvault < Formula
1818

1919
def install
2020
prefix.install "guest", "sv", "sv-clone"
21-
bin.write_exec_script "#{prefix}/sv"
22-
bin.write_exec_script "#{prefix}/sv-clone"
21+
bin.write_exec_script prefix/"sv", prefix/"sv-clone"
2322
end
2423

2524
test do

0 commit comments

Comments
 (0)