diff options
Diffstat (limited to 'publish-purge')
-rwxr-xr-x | publish-purge | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/publish-purge b/publish-purge index ffda30b..b573c4f 100755 --- a/publish-purge +++ b/publish-purge @@ -66,7 +66,7 @@ while getopts "hnv" OPTION; do done -ttl=14 +ttl=128 base="" [ -e ~/.publish-purge.cfg ] && . ~/.publish-purge.cfg |