Skip to content

Commit

Permalink
fix a typo arch_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalsakhawat committed Aug 3, 2021
1 parent dae00a5 commit 548d815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscof/arch_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_version(path):
tags = repo.tags
remote = repo.remote()
url = remote.url
if (tags) and (url==constants.https_url or url == ssh_url):
if (tags) and (url==constants.https_url or url == constants.ssh_url):
ver_dict['commit'] = str(commit)
for tag in tags:
if tag.commit == commit:
Expand Down

0 comments on commit 548d815

Please sign in to comment.