diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/files/run b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/files/run index ed28357fd3..9a0e750051 100755 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/files/run +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-gce/files/run @@ -11,7 +11,6 @@ update_keys() { # The key may have a username: prerix which must be stripped local keys=$(curl --fail -s "$url" | sed -re 's/^\w*://') if [[ -n "$keys" ]]; then -echo "$keys" update-ssh-keys -a "gce-$id" <<<"$keys" fi }