A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/helm/helm/commit/b9566b8799f3981fe68d543fb3a6c2cb0dc0c3dc below:

fix formatting error (#8758) · helm/helm@b9566b8 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-1

lines changed Original file line number Diff line number Diff line change

@@ -19,6 +19,7 @@ package helm // import "k8s.io/helm/pkg/helm"

19 19

import (

20 20

"bytes"

21 21

"errors"

22 +

"fmt"

22 23

"math/rand"

23 24

"strings"

24 25

"sync"

@@ -332,7 +333,7 @@ func ReleaseMock(opts *MockReleaseOptions) *release.Release {

332 333 333 334

name := opts.Name

334 335

if name == "" {

335 -

name = "testrelease-" + string(rand.Intn(100))

336 +

name = fmt.Sprintf("testrelease-%d", rand.Intn(100))

336 337

}

337 338 338 339

var version int32 = 1

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4