Merge pull request #25 from samueltardieu/fix-typo

Fix typo
This commit is contained in:
Neil 2016-01-13 23:07:19 +08:00
commit a178095f8f
1 changed files with 1 additions and 1 deletions

2
le.sh
View File

@ -389,7 +389,7 @@ issue() {
if [ -f "$DOMAIN_CONF" ] ; then
source "$DOMAIN_CONF"
if [ -z "$FORCE" ] && [ "$Le_NextRenewTime" ] && [ "$(date -u "+%s" )" -lt "$Le_NextRenewTime" ] ; then
_info "Skip, Next renwal time is: $Le_NextRenewTimeStr"
_info "Skip, Next renewal time is: $Le_NextRenewTimeStr"
return 2
fi
fi