trigger docker build

This commit is contained in:
David Newhall II 2019-07-08 20:27:58 -07:00
parent 6a5cecdc38
commit 5a2bd0d998
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class UnifiPoller < Formula
# to $GOPATH/src/github.com/davidnewhall/unifi-poller
bin_path.install Dir["*"]
cd bin_path do
system "dep", "ensure", "-vendor-only"
system "dep", "ensure", "--vendor-only"
system "make", "install", "VERSION=#{version}", "PREFIX=#{prefix}", "ETC=#{etc}"
# If this fails, the user gets a nice big warning about write permissions on their
# #{var}/log folder. The alternative could be letting the app silently fail