From a0bba313e6a24b994d4384f4d58b8971899c49a0 Mon Sep 17 00:00:00 2001 From: Alex Polvi Date: Thu, 3 Jul 2014 07:13:45 -0700 Subject: [PATCH] fix(gcloud): make gcloud and associated utils work out of the box --- .../coreos-base/oem-gce/files/cloud-config.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/files/cloud-config.yml b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/files/cloud-config.yml index d7b5a20fe1..b6358531f9 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/files/cloud-config.yml +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/files/cloud-config.yml @@ -113,16 +113,6 @@ write_files: permissions: 0644 content: | #!/bin/sh - function _fake_gcloud { - cat >&2 <