From 6998c0d14100c8d85280254766f660d0ade4e97a Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 15 Apr 2020 08:17:25 +0530 Subject: [PATCH] Fix typo in golangci config file This PR fixes the typo in golang CI config file Signed-off-by: Madhu Rajanna --- scripts/golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/golangci.yml b/scripts/golangci.yml index 0df7a4fa2..c7274ebf1 100644 --- a/scripts/golangci.yml +++ b/scripts/golangci.yml @@ -74,7 +74,7 @@ linters-settings: goimports: # put imports beginning with prefix after 3rd-party packages; # it's a comma-separated list of prefixes - local-prefixes: github.com/ceph/csph-csi + local-prefixes: github.com/ceph/ceph-csi gocyclo: # minimal code complexity to report, 30 by default (but we recommend 10-20) min-complexity: 20