Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Added checker to ensure that the currentl…
Browse files Browse the repository at this point in the history
…y used mariadb repository is available
  • Loading branch information
Mikhail Sandakov committed Dec 27, 2023
1 parent af616ca commit 0c6b0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/mariadb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0c6b0a5

Please sign in to comment.