diff options
| author | Can Eldem <celdem@gitlab.com> | 2020-04-06 11:59:02 +0000 |
|---|---|---|
| committer | Can Eldem <celdem@gitlab.com> | 2020-04-06 11:59:02 +0000 |
| commit | dda9e59a4a3ab471001998d0e68d67ab12b4ac69 (patch) | |
| tree | ad7b589d18aec83d4f09d0e64b75e1581c85589b /lib/license/management/python.rb | |
| parent | 93a00df11d79c9f59141ff42ce05ab3b3d329375 (diff) | |
| parent | 93f7c568e1104936de011626d3bd7f56ebe66355 (diff) | |
Merge branch 'maven-airgap' into 'master'v3.7.0
Install certificate bundle.
See merge request gitlab-org/security-products/license-management!126
Diffstat (limited to 'lib/license/management/python.rb')
| -rw-r--r-- | lib/license/management/python.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/license/management/python.rb b/lib/license/management/python.rb index 8a1a81a..c5f7107 100644 --- a/lib/license/management/python.rb +++ b/lib/license/management/python.rb @@ -5,7 +5,7 @@ module License class Python attr_reader :shell - def initialize(shell: Shell.new) + def initialize(shell: ::License::Management.shell) @shell = shell end |
