fixed package name in coverage script

This commit is contained in:
Sebastian Mancke
2016-11-20 11:47:29 +01:00
parent f55a65f7f8
commit 8e8ef350b6
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash -e
# Requires installation of: `github.com/wadey/gocovmerge`
cd $GOPATH/src/github.com/smancke/guble
cd $GOPATH/src/github.com/tarent/loginsrv
rm -rf ./cov
mkdir cov