Fix entrypoint to match new module naming

This commit is contained in:
Luke Murphy 2019-11-16 09:17:36 +07:00
parent 342abb43bd
commit e3d14e0e37
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -87,4 +87,4 @@ max-line-length = 88
[options.entry_points]
molecule.driver =
hetznercloud = molecule_hetznercloud.hetznercloud:HetznerCloud
hetznercloud = molecule_hetznercloud.driver:HetznerCloud