Fix alignment of go gets in Dockerfile
authorEvan Purkhiser <EvanPurkhiser@users.noreply.github.com>
Wed, 23 Nov 2016 09:39:01 +0000 (01:39 -0800)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 23 Nov 2016 09:52:17 +0000 (10:52 +0100)
Dockerfile

index 56113195b44c7c859af492d4303bd07a4d0443a6..d5a37efc13d2ce5bd1f400a7480f8c3112e4b060 100644 (file)
@@ -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