Skip to content

Commit c99eeca

Browse files
Changed repository name to match driver format
1 parent 6892f9b commit c99eeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
import (
44
"github.com/docker/machine/libmachine/drivers/plugin"
5-
"github.com/jonasprogrammer/docker-machine-hetzner-plugin/driver"
5+
"github.com/jonasprogrammer/docker-machine-driver-hetzner/driver"
66
)
77

88
func main() {

0 commit comments

Comments
 (0)