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 16f682a commit 01822e0Copy full SHA for 01822e0
driver/scaleway.go
@@ -50,7 +50,7 @@ func (d *Driver) DriverName() string {
50
if d.CommercialType == "" {
51
return "scaleway"
52
}
53
- return fmt.Sprintf("scaleway (%v)", d.CommercialType)
+ return fmt.Sprintf("scaleway(%v)", d.CommercialType)
54
55
56
func (d *Driver) getClient() (cl *api.ScalewayAPI, err error) {
0 commit comments