mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 05:01:46 +00:00
Merge pull request #520 from jonboulle/master
assorted formatting and typo fixes
This commit is contained in:
@@ -61,7 +61,7 @@ func main() {
|
||||
var err error
|
||||
cloud, err = cloudprovider.NewGCECloud()
|
||||
if err != nil {
|
||||
glog.Fatal("Couldn't connect to GCE cloud: %#v", err)
|
||||
glog.Fatalf("Couldn't connect to GCE cloud: %#v", err)
|
||||
}
|
||||
default:
|
||||
if len(*cloudProvider) > 0 {
|
||||
|
Reference in New Issue
Block a user