diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-25 10:23:15 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-25 10:23:15 -0600 |
| commit | d1f720c6e9b26816340d3cebd8c67bfbdbd53ffc (patch) | |
| tree | 0daaec3a851d6378923903b07f23112216ad377a /config/projects/python.rb | |
| parent | 0702258f6908587f096e8435a79489c3a13bb191 (diff) | |
hyphen to underscore
Diffstat (limited to 'config/projects/python.rb')
| -rw-r--r-- | config/projects/python.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/projects/python.rb b/config/projects/python.rb index c539e1d..43518be 100644 --- a/config/projects/python.rb +++ b/config/projects/python.rb @@ -10,5 +10,5 @@ build_version python_version build_iteration 1 dependency "preparation" -override 'asdf-python', version: python_version -dependency "asdf-python" +override 'asdf_python', version: python_version +dependency "asdf_python" |
