From 5a2bd0d99863488a39a1c7dcdbc307d9453b56f4 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/promunifi/init/homebrew/unifi-poller.rb.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/promunifi/init/homebrew/unifi-poller.rb.tmpl b/integrations/promunifi/init/homebrew/unifi-poller.rb.tmpl index ba5e1e8f..1bfda369 100644 --- a/integrations/promunifi/init/homebrew/unifi-poller.rb.tmpl +++ b/integrations/promunifi/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