mirror of https://github.com/harness/drone.git
fix build error
parent
f9f728debd
commit
c1cbf75534
|
@ -15,5 +15,5 @@ func ProvideEncrypter(config *types.Config) (Encrypter, error) {
|
|||
if config.Encrypter.Secret == "" {
|
||||
return &none{}, nil
|
||||
}
|
||||
return New(config.Encrypter.Secret, config.Encrypter.EncryptMixedContent)
|
||||
return New(config.Encrypter.Secret, config.Encrypter.MixedContent)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue