Fix a typo in the config for the backfill location.

This commit is contained in:
Jake Moshenko 2014-06-23 11:25:14 -04:00
parent 2e923c0441
commit cf2ba9f0b6

View file

@ -154,4 +154,4 @@ class DefaultConfig(object):
DISTRIBUTED_STORAGE_PREFERENCE = ['local_us']
# Remove me when all imagestorage objects have a location
DS_BACKFILL_LOCATION= 'local_us'
DS_BACKFILL_LOCATION = 'local_us'