From ea816ae73123919a8929d3f9386f29220fd2cbe9 Mon Sep 17 00:00:00 2001 From: Maaike Date: Mon, 20 Jan 2025 11:25:25 +0100 Subject: [PATCH] use wmo-im/wis2box-release --- wis2box-ctl.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wis2box-ctl.py b/wis2box-ctl.py index 1197b5f4..b0fefd35 100755 --- a/wis2box-ctl.py +++ b/wis2box-ctl.py @@ -41,8 +41,7 @@ --project-name wis2box_project """ -# NOTE using maaikelimper/wis2box-release for demo purposes, should be wmo-im/wis2box-release -GITHUB_RELEASE_REPO = 'maaikelimper/wis2box-release' +GITHUB_RELEASE_REPO = 'wmo-im/wis2box-release' parser = argparse.ArgumentParser( description='manage a compposition of docker containers to implement a wis 2 box',