summaryrefslogtreecommitdiff
path: root/lib/license/management/python.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-23 15:36:17 -0600
committermo khan <mo.khan@gmail.com>2020-04-03 16:28:53 -0600
commit93f7c568e1104936de011626d3bd7f56ebe66355 (patch)
treead7b589d18aec83d4f09d0e64b75e1581c85589b /lib/license/management/python.rb
parent93a00df11d79c9f59141ff42ce05ab3b3d329375 (diff)
Install root certificate
* Install certificate in root ca trust store * Use PIP_CERT environment variable to specify path to the certificate bundle * Do not override user provided PIP_CERT * Perform shallow clone when possible * Update CHANGELOG and bump version
Diffstat (limited to 'lib/license/management/python.rb')
-rw-r--r--lib/license/management/python.rb2
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