Skip to content

Commit

Permalink
Merge pull request #6190 from jpmens/patch-2
Browse files Browse the repository at this point in the history
Correct typo in acme.sh
  • Loading branch information
Neilpang authored Jan 8, 2025
2 parents 65239c7 + 5610d47 commit 5fb4136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6061,7 +6061,7 @@ installcronjob() {
_script="$(_readlink "$_SCRIPT_")"
_debug _script "$_script"
if [ -f "$_script" ]; then
_info "Usinging the current script from: $_script"
_info "Using the current script from: $_script"
lesh="$_script"
else
_err "Cannot install cronjob, $PROJECT_ENTRY not found."
Expand Down

0 comments on commit 5fb4136

Please sign in to comment.