~rogpeppe/juju-core/azure

« back to all changes in this revision

Viewing changes to environs/local/environ.go

  • Committer: Tim Penhey
  • Date: 2013-07-17 00:26:31 UTC
  • mto: (1263.6.11 find-jujud)
  • mto: This revision was merged to the branch mainline in revision 1469.
  • Revision ID: tim.penhey@canonical.com-20130717002631-pvzbjvp1zf5kh94g
Fix fallout from changing the function signature.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
                config.JujuHomePath(env.name + "-private-key.pem"),
73
73
        }
74
74
 
75
 
        uid, gid, err := getSudoCallerIds()
 
75
        uid, gid, err := sudoCallerIds()
76
76
        if err != nil {
77
77
                return err
78
78
        }