Skip to content

Commit

Permalink
Simplifies name of driver to re: use with ui-driver in Rancher
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph D. Marhee <jmarhee@interiorae.com>
  • Loading branch information
jmarhee committed Feb 18, 2021
1 parent fdcf11a commit 1a61ece
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ builds:
- env:
- CGO_ENABLED=0
- GO111MODULE=on
binary: docker-machine-driver-equinix-metal
binary: docker-machine-driver-metal
ldflags:
- -X github.com/packethost/docker-machine-driver-equinix-metal/pkg/drivers/equinix-metal/equinix-metal.version={{.Version}}
- -X github.com/packethost/docker-machine-driver-metal/pkg/drivers/metal/metal.version={{.Version}}
goos:
- windows
- darwin
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package main

import (
"github.com/docker/machine/libmachine/drivers/plugin"
metal "github.com/packethost/docker-machine-driver-packet/pkg/drivers/equinix-metal"
metal "github.com/packethost/docker-machine-driver-metal/pkg/drivers/metal"
)

func main() {
Expand Down

0 comments on commit 1a61ece

Please sign in to comment.