# HG changeset patch
# User Georges Racinet <georges.racinet@octobus.net>
# Date 1642068801 -3600
#      Thu Jan 13 11:13:21 2022 +0100
# Node ID ba8877bd895395ddaae99dee16e8243cb039dcee
# Parent  715102336aa563d7e7047d7bcc9d38b60d081bb8
registry pull-push: normalization of Omnibus clone path

This is more readable for help and other user feedback.

diff --git a/registry-pull-heptapod-push-docker b/registry-pull-heptapod-push-docker
--- a/registry-pull-heptapod-push-docker
+++ b/registry-pull-heptapod-push-docker
@@ -12,11 +12,11 @@
 TARGET_IMAGE_REPOSITORY="octobus/heptapod"
 HEPTAPOD_DOCKER_DIR = os.path.dirname(__file__)
 OMNIBUS_HEPTAPOD_SOURCE = 'https://foss.heptapod.net/heptapod/omnibus-heptapod'
-OMNIBUS_HEPTAPOD_CLONE_DEFAULT = os.path.join(
+OMNIBUS_HEPTAPOD_CLONE_DEFAULT = os.path.realpath(os.path.join(
     HEPTAPOD_DOCKER_DIR,
     os.path.pardir,
     'omnibus-heptapod'
-)
+))
 
 parser = argparse.ArgumentParser(
     description="Pull Heptapod image from registry.h.n and tag it "