Skip to content

Commit

Permalink
fixes the management command name, should be batch load running not b…
Browse files Browse the repository at this point in the history
…atch test load running...
  • Loading branch information
fredkingham committed Feb 12, 2019
1 parent 8531baf commit 3deb5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ def dump_and_copy(branch_name):

def is_load_running(env):
return json.loads(
run_management_command("batch_test_load_running", env)
run_management_command("batch_load_running", env)
)["status"]


Expand Down

0 comments on commit 3deb5fc

Please sign in to comment.