Skip to content

Commit 3a7936b

Browse files
authored
Merge pull request #1034 from michaeldongvrviu/master
line 52 should be calico-ipam
2 parents c597d31 + a8d703b commit 3a7936b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2.4/getting-started/mesos/installation/integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Calico runs as a Docker container on each host. The `calicoctl` command line too
4848
```shell
4949
curl -L -o $NETWORK_CNI_PLUGINS_DIR/calico \
5050
{{site.data.versions[page.version].first.components["calico/cni"].download_calico_url}}
51-
curl -L -o $NETWORK_CNI_PLUGINS_DIR/calico \
51+
curl -L -o $NETWORK_CNI_PLUGINS_DIR/calico-ipam \
5252
{{site.data.versions[page.version].first.components["calico/cni"].download_calico_ipam_url}}
5353
chmod +x $NETWORK_CNI_PLUGINS_DIR/calico
5454
chmod +x $NETWORK_CNI_PLUGINS_DIR/calico-ipam

0 commit comments

Comments
 (0)