fix minor typo reported by user

main
Stephane Jourdan 2020-12-19 09:48:56 +01:00
parent 8f49f5aef2
commit 69083d2739
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ func scanRun(opts *ScanOptions) error {
analysis := ctl.Run()
if analysis == nil {
return errors.New("unable to run driftcl")
return errors.New("unable to run driftctl")
}
out := output.GetOutput(opts.Output)
return out.Write(analysis)