~rogpeppe/juju-core/themue-058-debug-log-api

« back to all changes in this revision

Viewing changes to provider/local/environprovider.go

  • Committer: Frank Mueller
  • Date: 2014-01-23 14:14:49 UTC
  • mfrom: (2152.1.95 juju-core)
  • Revision ID: frank.mueller@canonical.com-20140123141449-b30l57y7gs3wjkpw
debugger: merged trunk and fixed permission and interface problems

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
                return nil, err
188
188
        }
189
189
        if dir == "." {
190
 
                dir = config.JujuHomePath(cfg.Name())
 
190
                dir = osenv.JujuHomePath(cfg.Name())
191
191
        }
192
192
        // Always assign the normalized path.
193
193
        localConfig.attrs["root-dir"] = dir