Skip to content

Commit 33ad845

Browse files
authored
fix SCALEWAY_SECRETKEY typo and sleep for only 5 seconds
1 parent ffabe21 commit 33ad845

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

driver/scaleway.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525
// VERSION represents the semver version of the package
2626
VERSION = "v2.0.0"
2727
defaultImage = "ubuntu-focal"
28-
DELAY = 30 // in second
28+
DELAY = 5 // in second
2929
)
3030

3131
var instanceApi *instance.API
@@ -104,7 +104,7 @@ func (d *Driver) GetCreateFlags() []mcnflag.Flag {
104104
Usage: "Scaleway accesskey (required)",
105105
},
106106
mcnflag.StringFlag{
107-
EnvVar: "SCALEWAY_SECREYKEY",
107+
EnvVar: "SCALEWAY_SECRETKEY",
108108
Name: "scaleway-secretkey",
109109
Usage: "Scaleway secretkey (required)",
110110
},

0 commit comments

Comments
 (0)