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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user