Skip to content

Commit 30c56a9

Browse files
committedMay 19, 2015
fix host default
1 parent 8691da6 commit 30c56a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nikola/plugins/command/auto/auto.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class CommandAuto(Command):
7474
'short': 'a',
7575
'long': 'address',
7676
'type': str,
77-
'default': '',
77+
'default': '0.0.0.0',
7878
'help': 'Address to bind (default: 0.0.0.0 – all local IPv4 interfaces)',
7979
},
8080
{

0 commit comments

Comments
 (0)
Please sign in to comment.