Skip to content

Commit 9291bfe

Browse files
authored
Update system property name to match variable name
1 parent 1b5b431 commit 9291bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/libs/LibraryCachingCleanup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
@Extension public class LibraryCachingCleanup extends AsyncPeriodicWork {
1414
public static /* non-final for script console */ int EXPIRE_AFTER_READ_DAYS =
15-
SystemProperties.getInteger(LibraryCachingCleanup.class.getName() + ".CACHE_EXPIRY_DAYS", 7);
15+
SystemProperties.getInteger(LibraryCachingCleanup.class.getName() + ".EXPIRE_AFTER_READ_DAYS", 7);
1616

1717
public LibraryCachingCleanup() {
1818
super("LibraryCachingCleanup");

0 commit comments

Comments
 (0)