Skip to content

Commit 688a47a

Browse files
jaireddjawedtvoran
andauthored
Update internal/options/env.go
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
1 parent 17b527c commit 688a47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/options/env.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ type VSOEnvOptions struct {
5050
// ClientCacheNumLocks is VSO_CLIENT_CACHE_NUM_LOCKS environment variable option
5151
ClientCacheNumLocks *int `split_words:"true"`
5252

53-
// CleanupOrphanedShadowSecretInterval is VSO_HVSA_CLEANUP_ORPHANED_SHADOW_SECRETS_INTERVAL environment variable option
54-
HVSACleanupOrphanedShadowSecretInterval time.Duration `split_words:"true"`
53+
// CleanupShadowSecretIntervalHVSA is VSO_CLEANUP_SHADOW_SECRETS_INTERVAL_HVSA environment variable option
54+
CleanupShadowSecretIntervalHVSA time.Duration `split_words:"true"`
5555
}
5656

5757
// Parse environment variable options, prefixed with "VSO_"

0 commit comments

Comments
 (0)