Skip to content

Commit

Permalink
proxy: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
v1k0d3n committed Jun 6, 2017
1 parent f3d3907 commit 155a56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .proxy/proxy_enable.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Add proxy URL information below:
export $PROXY_URL="<PROXY_URL>"
export $ADD_NOPROXY_HOSTS="<ADD_NOPROXY_HOSTS>"
export PROXY_URL="<PROXY_URL>"
export ADD_NOPROXY_HOSTS="<ADD_NOPROXY_HOSTS>"
# No changes required should be required below:
export https_proxy=$PROXY_URL
export http_proxy=$PROXY_URL
Expand Down

0 comments on commit 155a56e

Please sign in to comment.