Skip to content

Commit 88bb235

Browse files
committed
Update moby formula to avoid linting
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
1 parent 2510519 commit 88bb235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/moby.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ def install
1111

1212
ENV["GOPATH"] = "#{buildpath}/Godeps/_workspace:#{buildpath}"
1313

14-
system "make"
14+
system "make", "./dist/moby"
1515

16-
bin.install "moby"
16+
bin.install "./dist/moby"
1717
end
1818

1919
test do

0 commit comments

Comments
 (0)