Skip to content

Commit

Permalink
Fix typo in set-status.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
grembo committed Dec 21, 2023
1 parent 86fbf29 commit f08fe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/pot/set-status.sh
Expand Up @@ -33,7 +33,7 @@ _get_status()
_uptime=$(_get_system_uptime)

if [ "$_uptime" -gt "$_mod_time" ]; then
>&2 _debug "Ignoring oudated status file $_status_file of pot $_pname"
>&2 _debug "Ignoring outdated status file $_status_file of pot $_pname"
return
fi

Expand Down

0 comments on commit f08fe6d

Please sign in to comment.