Skip to content

Commit

Permalink
rename Task#status to task_status
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Feb 1, 2022
1 parent fc38b04 commit 4694609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rsmp/task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def restart
end

# get the status of our task, or nil of no task
def status
def task_status
@task.status if @task
end

Expand Down

0 comments on commit 4694609

Please sign in to comment.