Skip to content

Commit

Permalink
Update providers/aws/resources/aws_efs.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Smith <[email protected]>
  • Loading branch information
chris-rock and tas50 authored Jan 29, 2024
1 parent 06702b4 commit 6eab3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/aws/resources/aws_efs.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func initAwsEfsFilesystem(runtime *plugin.Runtime, args map[string]*llx.RawData)
return args, fs, nil
}
}
return nil, nil, errors.New("rds db instance does not exist")
return nil, nil, errors.New("efs filesystem does not exist")
}

func (a *mqlAwsEfsFilesystem) backupPolicy() (interface{}, error) {
Expand Down

0 comments on commit 6eab3bf

Please sign in to comment.