Commit 333f2e51 by Ashley Penney

Fix ccd->cdd, I typed ccd so many times while working on this code. I am bad at typing!

parent 5e76c9d0
......@@ -46,7 +46,7 @@ class Command(BaseCommand):
call_command('pearson_import', 'dest_from_settings')
def export_pearson():
call_command('pearson_export_ccd', 'dest_from_settings')
call_command('pearson_export_cdd', 'dest_from_settings')
call_command('pearson_export_ead', 'dest_from_settings')
sftp(settings.PEARSON['LOCAL_EXPORT'],
settings.PEARSON['SFTP_EXPORT'], options['mode'])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment