summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-03-30 23:11:55 +0200
committerJakob Borg <jakob@nym.se>2014-03-30 23:11:55 +0200
commitdbe12cca4b3a8072bc6db8caf047100792657ba9 (patch)
treec3be4a7ed565464571608efbf4b3a7916bfa1023
parentddf0ddbd0591400ccf0414fa3812963ec4f556df (diff)
Give the default repository an ID (fixes #106)v0.7.1
-rw-r--r--cmd/syncthing/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go
index 02d273b112..fe7e1eaae1 100644
--- a/cmd/syncthing/main.go
+++ b/cmd/syncthing/main.go
@@ -153,6 +153,7 @@ func main() {
cfg, err = readConfigXML(nil)
cfg.Repositories = []RepositoryConfiguration{
{
+ ID: "default",
Directory: filepath.Join(getHomeDir(), "Sync"),
Nodes: []NodeConfiguration{
{NodeID: myID, Addresses: []string{"dynamic"}},