Skip to content

Commit

Permalink
Replace call to removed function in spreaper
Browse files Browse the repository at this point in the history
  • Loading branch information
Bj0rnen committed Mar 5, 2015
1 parent 87f82ed commit c3b5c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/spreaper
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ class ReaperCLI(object):
print "# Repair run with id={0} created:".format(repair_run.get('id'))
print json.dumps(repair_run, indent=2, sort_keys=True)
if args.start_repair:
self._change_run_state(reaper, repair_run.get('id'), args, "RUNNING")
reaper.put("repair_run/{0}".format(repair_run.get('id')), state="RUNNING")

def schedule(self):
reaper, args = ReaperCLI.prepare_reaper(
Expand Down

0 comments on commit c3b5c14

Please sign in to comment.