Fix Capitilzation

This commit is contained in:
georgevicbell 2015-07-16 21:50:24 -04:00
parent 4da4150abe
commit d00271aab3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ type Communicator struct {
HostDir string HostDir string
ContainerDir string ContainerDir string
Version *version.Version Version *version.Version
config *Config Config *Config
lock sync.Mutex lock sync.Mutex
} }