summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorEvan Purkhiser <EvanPurkhiser@users.noreply.github.com>2016-11-23 01:39:01 -0800
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-11-23 10:52:17 +0100
commite0b278205a281ef0b5adfef80b7e85ecea8724ac (patch)
tree22a6d712aa6c89530998c24a29ad24a2e2141f4d /Dockerfile
parentc06c3234ebda2fd7d28ee7aa15aa62afa40a3978 (diff)
Fix alignment of go gets in Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 56113195b..d5a37efc1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,7 +35,7 @@ RUN go get github.com/stretchr/testify/assert \
&& 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