Skip to content

Commit e191976

Browse files
Eric StroczynskiAlexNPavel
Eric Stroczynski
andauthored
Apply suggestions from code review
Co-Authored-By: Alex Pavel <[email protected]>
1 parent 6d21141 commit e191976

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

internal/pkg/scaffold/gopkgtoml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ required = [
8383
[[constraint]]
8484
name = "github.com/operator-framework/operator-sdk"
8585
# The version rule is used for a specific release and the master branch for in between releases.
86-
# branch = "master" #osdk_branch_annotation
86+
# branch = "master" #osdk_branch_annotation
8787
version = "=v0.9.0" #osdk_version_annotation
8888
8989
[prune]

internal/pkg/scaffold/gopkgtoml_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ required = [
8181
[[constraint]]
8282
name = "github.com/operator-framework/operator-sdk"
8383
# The version rule is used for a specific release and the master branch for in between releases.
84-
# branch = "master" #osdk_branch_annotation
84+
# branch = "master" #osdk_branch_annotation
8585
version = "=v0.9.0" #osdk_version_annotation
8686
8787
[prune]

internal/pkg/scaffold/helm/gopkgtoml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func (s *GopkgToml) GetInput() (input.Input, error) {
3838
const gopkgTomlTmpl = `[[constraint]]
3939
name = "github.com/operator-framework/operator-sdk"
4040
# The version rule is used for a specific release and the master branch for in between releases.
41-
# branch = "master" #osdk_branch_annotation
41+
# branch = "master" #osdk_branch_annotation
4242
version = "=v0.9.0" #osdk_version_annotation
4343
4444
[[override]]

0 commit comments

Comments
 (0)