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

This commit is contained in:
Ashley Penney
2013-01-17 10:48:16 -05:00
parent 5e76c9d033
commit 333f2e5167

View File

@@ -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'])