Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from OJFord/formula-diff-so-fancy
Browse files Browse the repository at this point in the history
fixes relative addressing; closes so-fancy/diff-so-fancy#101
  • Loading branch information
stevemao committed Mar 3, 2016
2 parents 98e5c3e + e2ee5a0 commit ae402b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/diff-so-fancy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ class DiffSoFancy < Formula
bottle :unneeded

def install
bin.install "third_party/diff-highlight/diff-highlight"
bin.install "diff-so-fancy"
prefix.install Dir["third_party", "libs", "diff-so-fancy"]
bin.install_symlink prefix/"diff-so-fancy"
end

test do
Expand Down

0 comments on commit ae402b9

Please sign in to comment.