mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
Build system: Fix bad indent in commit 65d01f8
This commit is contained in:
parent
005162f676
commit
9c584935a7
4
.github/bin/docker_build
vendored
4
.github/bin/docker_build
vendored
@ -438,8 +438,8 @@ def rebuild_images(dry_run, all_flag, forced_images):
|
||||
for repo in base_repos:
|
||||
print(f"*** {full_image_name(image['name'], repo)}\n"
|
||||
f"Reason: {reason}\n")
|
||||
if not dry_run:
|
||||
build(image, repo)
|
||||
if not dry_run:
|
||||
build(image, repo)
|
||||
|
||||
|
||||
def xor(*params):
|
||||
|
Loading…
Reference in New Issue
Block a user