Skip to content

Commit dd64918

Browse files
authored
Merge pull request #1449 from snyk/chore/remove_hints
Remove hint from the diagnostic output
2 parents 86af4a8 + ed2867f commit dd64918

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/cmd/scan.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,6 @@ func scanRun(opts *pkg.ScanOptions) error {
345345
}
346346

347347
if !analysis.IsSync() {
348-
globaloutput.Printf("\nHint: use gen-driftignore command to generate a .driftignore file based on your drifts\n")
349-
350348
return cmderrors.InfrastructureNotInSync{}
351349
}
352350

0 commit comments

Comments
 (0)