Browse Source

Merge pull request #8880 from kcx2366425574/main

fix actuel to actual
pull/8882/head
Julien Pivotto 4 years ago committed by GitHub
parent
commit
8246f27580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discovery/scaleway/scaleway.go

2
discovery/scaleway/scaleway.go

@ -106,7 +106,7 @@ func (c SDConfig) Name() string {
} }
// secretKeyForConfig returns a secret key that looks like a UUID, even if we // secretKeyForConfig returns a secret key that looks like a UUID, even if we
// take the actuel secret from a file. // take the actual secret from a file.
func (c SDConfig) secretKeyForConfig() string { func (c SDConfig) secretKeyForConfig() string {
if c.SecretKeyFile != "" { if c.SecretKeyFile != "" {
return "00000000-0000-0000-0000-000000000000" return "00000000-0000-0000-0000-000000000000"

Loading…
Cancel
Save