Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jghyllebert authored and yakky committed Apr 5, 2014
1 parent d9637e5 commit 171e274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_installer/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def parse(args):
"""
parser = argparse.ArgumentParser(description='Bootstrap a django CMS project.')
parser.add_argument('--db', '-d', dest='db', action=DbAction,
default='sqlite://locahost/project.db',
default='sqlite://localhost/project.db',
help='Database configuration (in URL format)')
parser.add_argument('--i18n', '-i', dest='i18n', action='store',
choices=('yes', 'no'),
Expand Down

0 comments on commit 171e274

Please sign in to comment.