Skip to content

Commit

Permalink
Merge pull request #25 from FabiPi3/fix_typo
Browse files Browse the repository at this point in the history
fix typo in cli help message
  • Loading branch information
gpetretto authored Sep 21, 2023
2 parents c77029c + 87fbb80 commit 0ccbd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobflow_remote/cli/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def reset_remote_attempts(
):
"""
Resets the number of attempts to perform a remote action and eliminates
the delay in retrying. This will not restore a Jon from its failed state.
the delay in retrying. This will not restore a Job from its failed state.
"""

db_id, job_id = get_job_db_ids(job_db_id, job_index)
Expand Down

0 comments on commit 0ccbd98

Please sign in to comment.