Skip to content

Commit eb84765

Browse files
GEReysmart-alek
authored andcommitted
Removed copy/paste error. (circleci#2420)
1 parent caf506d commit eb84765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ NO_PROXY=169.254.169.254,<circleci-service-ip>,127.0.0.1,localhost,ghe.example.c
4646
JVM_OPTS="-Dhttp.proxyHost=<ip> -Dhttp.proxyPort=<port> -Dhttps.proxyHost=<proxy-ip> -Dhttps.proxyPort=3128 -Dhttp.nonProxyHosts=169.254.169.254|<circleci-service-ip>|127.0.0.1|localhost|ghe.example.com"
4747
4848
EOF
49-
) | sudo tee -a /etc//etc/circle-installation-customizations
49+
) | sudo tee -a /etc/circle-installation-customizations
5050
3.) sudo service replicated-ui stop; sudo service replicated stop; sudo service replicated-operator stop; sudo service replicated-ui ; sudo service replicated-operator start; sudo service replicated start
5151
```
5252

0 commit comments

Comments
 (0)