Skip to content

Commit 01822e0

Browse files
author
Quentin Perez
committed
Fix netstat loop
1 parent 16f682a commit 01822e0

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
@@ -50,7 +50,7 @@ func (d *Driver) DriverName() string {
5050
if d.CommercialType == "" {
5151
return "scaleway"
5252
}
53-
return fmt.Sprintf("scaleway (%v)", d.CommercialType)
53+
return fmt.Sprintf("scaleway(%v)", d.CommercialType)
5454
}
5555

5656
func (d *Driver) getClient() (cl *api.ScalewayAPI, err error) {

0 commit comments

Comments
 (0)