Skip to content

Commit 302a096

Browse files
committed
fix user-agent format
1 parent 145234a commit 302a096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/scaleway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func (d *Driver) DriverName() string {
5858

5959
func (d *Driver) getClient() (cl *api.ScalewayAPI, err error) {
6060
if scwAPI == nil {
61-
scwAPI, err = api.NewScalewayAPI(d.Organization, d.Token, "docker-machine-driver-scaleway/%v"+VERSION)
61+
scwAPI, err = api.NewScalewayAPI(d.Organization, d.Token, "docker-machine-driver-scaleway/"+VERSION)
6262
}
6363
cl = scwAPI
6464
return

0 commit comments

Comments
 (0)