Merge pull request #40 from cloudskiff/fix_driftctl_typo

fix minor typo reported by user
main
William BEUIL 2020-12-19 10:11:40 +01:00 committed by GitHub
commit ced6dea3db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)