jfrazelle -> jessfraz

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-09-30 12:18:15 -07:00
parent c83282107c
commit b440652839
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
PREFIX?=$(shell pwd) PREFIX?=$(shell pwd)
BUILDTAGS=seccomp apparmor BUILDTAGS=seccomp apparmor
PROJECT := github.com/jfrazelle/binctr PROJECT := github.com/jessfraz/binctr
VENDOR := vendor VENDOR := vendor
# Variable to get the current version. # Variable to get the current version.

View file

@ -66,7 +66,7 @@ $ ./bin/hello /hello
# But we have no networking! How can we reach it! Don't worry we can fix this # But we have no networking! How can we reach it! Don't worry we can fix this
# Let's install my super cool binary for setting up networking in a container # Let's install my super cool binary for setting up networking in a container
$ go get github.com/jfrazelle/netns $ go get github.com/jessfraz/netns
# now we can add this as a prestart hook # now we can add this as a prestart hook
$ ./bin/hello --hook prestart:netns /hello $ ./bin/hello --hook prestart:netns /hello