summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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