From aa93cbb2393b538a22dea0b29b56fa8f2cb3c18c Mon Sep 17 00:00:00 2001 From: axtloss Date: Thu, 29 Feb 2024 10:13:51 +0100 Subject: Rename fsverify go module --- verify/cmd/verify.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'verify/cmd') diff --git a/verify/cmd/verify.go b/verify/cmd/verify.go index d0360f6..b5fa1cb 100644 --- a/verify/cmd/verify.go +++ b/verify/cmd/verify.go @@ -7,8 +7,8 @@ import ( "os" "sync" - "github.com/axtloss/fsverify/config" - "github.com/axtloss/fsverify/core" + "github.com/axtloss/fsverify/verify/config" + "github.com/axtloss/fsverify/verify/core" "github.com/spf13/cobra" ) @@ -166,6 +166,7 @@ func ValidateCommand(_ *cobra.Command, args []string) error { for err := range errChan { if err != nil { + WarnUser() return err } } -- cgit v1.2.3