From 0d84dc4d428d52446cf72615e4d05ac85fa0884e Mon Sep 17 00:00:00 2001
From: Liz Rice <liz@lizrice.com>
Date: Wed, 4 Apr 2018 11:31:47 +0100
Subject: [PATCH] Update to nfpm as fpm is deprecated

---
 .goreleaser.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.goreleaser.yml b/.goreleaser.yml
index 7cb5822..c6025c9 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -9,7 +9,7 @@ builds:
 # Archive customization
 archive:
   format: tar.gz
-fpm:
+nfpm:
   vendor: Aqua Security
   description: "The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed according to security best practices"
   license: Apache-2.0
-- 
GitLab