We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145234a commit 302a096Copy full SHA for 302a096
driver/scaleway.go
@@ -58,7 +58,7 @@ func (d *Driver) DriverName() string {
58
59
func (d *Driver) getClient() (cl *api.ScalewayAPI, err error) {
60
if scwAPI == nil {
61
- scwAPI, err = api.NewScalewayAPI(d.Organization, d.Token, "docker-machine-driver-scaleway/%v"+VERSION)
+ scwAPI, err = api.NewScalewayAPI(d.Organization, d.Token, "docker-machine-driver-scaleway/"+VERSION)
62
}
63
cl = scwAPI
64
return
0 commit comments