~arosales/juju-core/update-azure-boilerplate

1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package cmd

func GetDefaultEnvironment() string {
	return getDefaultEnvironment()
}

func GetCurrentEnvironmentFilePath() string {
	return getCurrentEnvironmentFilePath()
}