summaryrefslogtreecommitdiff
path: root/lib/license/management/shell.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-09 16:05:28 -0600
committermo khan <mo.khan@gmail.com>2020-04-09 16:39:08 -0600
commit04e57e76844d7ca70d5b1a84d9b30dba1d6bee9c (patch)
tree05f9cf6e795b8acb54f8b7df87972588bfa38a23 /lib/license/management/shell.rb
parentdda9e59a4a3ab471001998d0e68d67ab12b4ac69 (diff)
Specify PIP_CERT when installing pip packages
* Add CHANGELOG entry * Move method `default_env` to Python class
Diffstat (limited to 'lib/license/management/shell.rb')
-rw-r--r--lib/license/management/shell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/license/management/shell.rb b/lib/license/management/shell.rb
index 691a8ea..8850e60 100644
--- a/lib/license/management/shell.rb
+++ b/lib/license/management/shell.rb
@@ -33,7 +33,7 @@ module License
private
def expand(command)
- Array(command).map(&:to_s).join(' ')
+ Array(command).flatten.map(&:to_s).join(' ')
end
def trust!(certificate)