Skip to content

Commit

Permalink
Merge 3a713c9 into 0a9ea6c
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiller committed Nov 20, 2018
2 parents 0a9ea6c + 3a713c9 commit a181799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@


class Command(BaseCommand):
help = " runs a batch load since the last successful batch run. --force\
skips sanity checks"
help = "Runs a batch load of appointments"

def handle(self, *args, **options):
service.batch_load()
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@


class Command(BaseCommand):
help = " runs a batch load since the last successful batch run. --force\
skips sanity checks"
help = "Runs a batch load of demographics"

def handle(self, *args, **options):
service.batch_load()

0 comments on commit a181799

Please sign in to comment.