1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 23:04:41 +00:00

Fix cloudinit compilation

This commit is contained in:
Darren Shepherd
2015-02-19 14:43:37 -07:00
parent 1ebf37e8be
commit a076a3c5f2
2 changed files with 4 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package control
package cloudinit
import (
"flag"
@@ -118,7 +118,7 @@ var (
}
)
func CloudInit() {
func Main() {
failure := false
flag.Parse()