Skip to content

Commit b5588c1

Browse files
committed
fix: http proxy
1 parent 1be8f66 commit b5588c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/PluginComposerUpdateCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ public function handle()
2222
$httpProxy = config('app.http_proxy');
2323

2424
$process = Process::run(<<<"SHELL"
25-
export httpProxy=$httpProxy
25+
export http_proxy=$httpProxy https_proxy=$httpProxy
2626
echo "Owner:" `whoami`
2727
echo "Path:" \$PATH
28-
echo "Proxy:" \$httpProxy
28+
echo "Proxy:" \$http_proxy
2929
echo ""
3030
echo `which php`
3131
echo `php -v`

0 commit comments

Comments
 (0)