Skip to content

Commit

Permalink
Merge pull request #3302 from camilamacedo86/fix-merge-testdat
Browse files Browse the repository at this point in the history
馃尡 fix testdata / merge conflict
  • Loading branch information
k8s-ci-robot committed Mar 17, 2023
2 parents 9c3e643 + 28a158c commit f5af84e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion hack/docs/internal/generate_component_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func (sp *Sample) GenerateSampleProject() {
"--owner", "The Kubernetes authors",
"--plugins=go/v4",
"--component-config",
"--plugins=go/v3",
)
CheckError("Initializing the project", err)

Expand Down
2 changes: 1 addition & 1 deletion test/testdata/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ build_kb
scaffold_test_project project-v2 --project-version=2

# [Deprecated] - Project version 3 (default) uses plugin go/v3 (default).
scaffold_test_project project-v3
scaffold_test_project project-v3 --plugins="go/v3"

# [Currently, default CLI plugin] - [Next version, alpha] Project version v4-alpha
scaffold_test_project project-v4 --plugins="go/v4"
Expand Down

0 comments on commit f5af84e

Please sign in to comment.