fix .nomsconfig error: Near line 11 (#2857)

This commit is contained in:
Michael Angerman
2016-11-29 14:10:54 -08:00
committed by Eric Halpern
parent 0cf768e912
commit fcb98d7780

View File

@@ -8,9 +8,8 @@ url = "http://demo.noms.io/cli-tour"
# DB alias named `temp` that refers to a noms db stored under /tmp
[db.temp]
url = "ldb:/tmp/noms/shared
url = "ldb:/tmp/noms/shared"
# DB alias named `http` that refers to the local http db
[db.http]
url = "http://localhost:8000
url = "http://localhost:8000"