Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Mar 8, 2016
1 parent 8f9f250 commit bf22fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/nikola.py
Expand Up @@ -827,7 +827,7 @@ def __init__(self, **config):
# Set persistent state facility
self.state = Persistor(os.path.join('state_data.json'))

# Set cache 0facility
# Set cache facility
self.cache = Persistor(os.path.join(self.config['CACHE_FOLDER'], 'cache_data.json'))

def init_plugins(self, commands_only=False):
Expand Down

0 comments on commit bf22fee

Please sign in to comment.