From ed2867fe965a2f86f110e0d69fd6249087d6b00d Mon Sep 17 00:00:00 2001 From: Elie Date: Tue, 29 Mar 2022 11:21:16 +0200 Subject: [PATCH] chore: remove hint from the diagnostic output --- pkg/cmd/scan.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/cmd/scan.go b/pkg/cmd/scan.go index a60ed1d40..53ff97c24 100644 --- a/pkg/cmd/scan.go +++ b/pkg/cmd/scan.go @@ -345,8 +345,6 @@ func scanRun(opts *pkg.ScanOptions) error { } if !analysis.IsSync() { - globaloutput.Printf("\nHint: use gen-driftignore command to generate a .driftignore file based on your drifts\n") - return cmderrors.InfrastructureNotInSync{} }