Skip to content

Commit

Permalink
fixed parsing of unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Nov 14, 2023
1 parent d85b2ab commit ae23469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/parse_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def main():
except:
pass

print("{} {} {} {}".format(package, url, stable_ref, testing_ref, unstable_ref))
print("{} {} {} {} {}".format(package, url, stable_ref, testing_ref, unstable_ref))

if __name__ == '__main__':
main()

0 comments on commit ae23469

Please sign in to comment.