diff options
Diffstat (limited to 'vendor/gopkg.in/mgo.v2/Makefile')
-rw-r--r-- | vendor/gopkg.in/mgo.v2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/gopkg.in/mgo.v2/Makefile b/vendor/gopkg.in/mgo.v2/Makefile index 51bee73..d1027d4 100644 --- a/vendor/gopkg.in/mgo.v2/Makefile +++ b/vendor/gopkg.in/mgo.v2/Makefile @@ -1,5 +1,5 @@ startdb: - @testdb/setup.sh start + @harness/setup.sh start stopdb: - @testdb/setup.sh stop + @harness/setup.sh stop |