diff --git a/actions/mariadb.py b/actions/mariadb.py index 89cbd96..51d784f 100644 --- a/actions/mariadb.py +++ b/actions/mariadb.py @@ -35,7 +35,7 @@ def _do_check(self) -> bool: repo_baseurl.replace("$releasever", "7") repo_baseurl.replace("$basearch", "x86_64") - print("going to send curl {}".format(repo)) + print("going to send curl {}".format(repo_baseurl)) result = subprocess.run(["curl", "-s", "-o", "/dev/null", repo_baseurl]) if result.returncode != 0: