Skip to content

Commit c79e356

Browse files
committed
Fix typo
1 parent ecc5818 commit c79e356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/boxcutter_sonatype/resources/boxcutter_nexus_npm_proxy_repository.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
:description => 'How long (in minutes) to cache metadata before rechecking the remote repository.'
2222
property :negative_cache_enabled, [TrueClass, FalseClass], :default => true,
2323
:description => 'Cache responses for content not present in the proxied repository'
24-
property :negative_cache_time_to_live, Integer, default => 1440,
24+
property :negative_cache_time_to_live, Integer, :default => 1440,
2525
:description => 'How long to cache the fact that a file was not found in the repository (in minutes)'
2626
property :http_client_blocked, [TrueClass, FalseClass], :default => false,
2727
:description => 'Block outbound connections on the repository'

0 commit comments

Comments
 (0)