Skip to content

Commit

Permalink
fixed typo on variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
doofusdavid committed Dec 10, 2023
1 parent ca57da1 commit 401be08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wo/cli/plugins/site_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def default(self):
proxyinfo = proxyinfo.split(':')
host = proxyinfo[0].strip()
port = '80' if len(proxyinfo) < 2 else proxyinfo[1].strip()
elif stype is None and not pargs.proxy and not pargs.alias and not pargs.subsiteofof:
elif stype is None and not pargs.proxy and not pargs.alias and not pargs.subsiteof:
stype, cache = 'html', 'basic'
elif stype is None and pargs.alias:
stype, cache = 'alias', ''
Expand Down

0 comments on commit 401be08

Please sign in to comment.