mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-07 06:04:48 +02:00
dockersetup: fix error when printing URL with https enabled
Copy-paste error. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
c427f82bfd
commit
bc6984b582
|
@ -750,7 +750,7 @@ if return_code != 0:
|
||||||
if https_port and not args.no_https:
|
if https_port and not args.no_https:
|
||||||
protocol = 'https'
|
protocol = 'https'
|
||||||
port = https_port
|
port = https_port
|
||||||
defport == '443'
|
defport = '443'
|
||||||
else:
|
else:
|
||||||
protocol = 'http'
|
protocol = 'http'
|
||||||
port = http_port
|
port = http_port
|
||||||
|
|
Loading…
Reference in New Issue
Block a user