ref: e0b278205a281ef0b5adfef80b7e85ecea8724ac
parent: c06c3234ebda2fd7d28ee7aa15aa62afa40a3978
author: Evan Purkhiser <[email protected]>
date: Tue Nov 22 20:39:01 EST 2016
Fix alignment of go gets in Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,7 +35,7 @@
&& go get golang.org/x/text/unicode/norm \
&& go get github.com/yosssi/ace \
&& go get github.com/spf13/nitro \
- && go get github.com/fortytw2/leaktest \
+ && go get github.com/fortytw2/leaktest \
&& go get github.com/fsnotify/fsnotify
COPY . /go/src/github.com/spf13/hugo