Skip to content

Commit

Permalink
Minor bugfix (#342)
Browse files Browse the repository at this point in the history
* Fix typo in the variable name

* Update change log
  • Loading branch information
itziakos authored Sep 20, 2019
1 parent 1462a76 commit 47e7259
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2019-09-20 1.1.1
--------------------

Big fixes:

* Fix name of the 2.7.10 dummy runtime for rh6. (#341)

2019-09-19 1.1.0
--------------------

Expand Down
2 changes: 1 addition & 1 deletion okonomiyaki/utils/test_data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
PYTHON_CPYTHON_2_7_10_RH5_X86_64 = os.path.join(
_HERE, "cpython-2.7.10+1-rh5_x86_64-gnu.runtime",
)
PYTHON_CPYTHON_2_7_10_RH65_X86_64 = os.path.join(
PYTHON_CPYTHON_2_7_10_RH6_X86_64 = os.path.join(
_HERE, "cpython-2.7.10+1-rh6_x86_64-gnu.runtime",
)
PYTHON_CPYTHON_2_7_10_RH7_X86_64 = os.path.join(
Expand Down

0 comments on commit 47e7259

Please sign in to comment.