mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-05 13:14:46 +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:
|
||||
protocol = 'https'
|
||||
port = https_port
|
||||
defport == '443'
|
||||
defport = '443'
|
||||
else:
|
||||
protocol = 'http'
|
||||
port = http_port
|
||||
|
|
Loading…
Reference in New Issue
Block a user