From 619fda7df12692bdba7675b0136e4225e5823735 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Mon, 8 Jul 2019 20:27:58 -0700 Subject: [PATCH] trigger docker build --- integrations/inputunifi/init/homebrew/unifi-poller.rb.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/inputunifi/init/homebrew/unifi-poller.rb.tmpl b/integrations/inputunifi/init/homebrew/unifi-poller.rb.tmpl index ba5e1e8f..1bfda369 100644 --- a/integrations/inputunifi/init/homebrew/unifi-poller.rb.tmpl +++ b/integrations/inputunifi/init/homebrew/unifi-poller.rb.tmpl @@ -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