Rename 'GraphPath' to the more logical 'Root'. This does not affect users except for a slight text change in the usage messge

This commit is contained in:
Solomon Hykes
2013-10-26 14:24:13 -07:00
parent 1b8eef4efb
commit 7e691e11b0
6 changed files with 17 additions and 19 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ func newTestRuntime(prefix string) (runtime *Runtime, err error) {
}
config := &DaemonConfig{
GraphPath: root,
Root: root,
AutoRestart: false,
}
runtime, err = NewRuntimeFromDirectory(config)