Skip to content

Commit cb8ffc9

Browse files
committed
changed vsoEnvOptionValue
1 parent 9050ebb commit cb8ffc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ func main() {
267267
if vsoEnvOptions.BackoffMultiplier != 0 {
268268
backoffMultiplier = vsoEnvOptions.BackoffMultiplier
269269
}
270-
if vsoEnvOptions.CleanupOrphanedShadowSecretInterval >= 0 {
270+
if vsoEnvOptions.CleanupOrphanedShadowSecretInterval != 0 {
271271
cleanupOrphanedShadowSecretInterval = vsoEnvOptions.CleanupOrphanedShadowSecretInterval
272272
}
273273
if len(vsoEnvOptions.GlobalVaultAuthOptions) > 0 {

0 commit comments

Comments
 (0)