Skip to content

Commit

Permalink
Merge pull request #343 from caseydavenport/make-exec
Browse files Browse the repository at this point in the history
Make portmap plugin executable
  • Loading branch information
caseydavenport authored Jun 7, 2017
2 parents dc1d997 + 5e7db19 commit 51de819
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ fetch-cni-bins: dist/flannel dist/loopback dist/host-local dist/portmap
# this should pull from upstream releases.
dist/portmap:
mkdir -p dist
$(CURL) -L https://github.com/projectcalico/cni-plugin/releases/download/v1.8.3/portmap -o $@
$(CURL) -L https://github.com/projectcalico/cni-plugin/releases/download/v1.9.0/portmap -o $@
chmod +x dist/portmap

dist/flannel dist/loopback dist/host-local:
mkdir -p dist
Expand Down

0 comments on commit 51de819

Please sign in to comment.