Skip to content

Commit 5690241

Browse files
committed
Fixed build
Signed-off-by: Vishal Rana <[email protected]>
1 parent 79463c6 commit 5690241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependency:
22
go get -u github.com/golang/dep/cmd/dep
3-
dep ensure -update
3+
dep ensure
44

55
test:
66
echo "" > coverage.txt

0 commit comments

Comments
 (0)