Skip to content

Commit

Permalink
Fixed one of the cmd var commands for the cdn url
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-ang9 committed Oct 17, 2022
1 parent 6d5c9bc commit f60be9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert2rhel/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def check_convert2rhel_latest():
cmd = [
"repoquery",
"--releasever=%s" % system_info.version.major,
CDN_URL,
"--repofrom=%s" % CDN_URL,
"convert2rhel",
]

Expand Down

0 comments on commit f60be9f

Please sign in to comment.