Skip to content

Commit

Permalink
Update pkg/kn/flags/podspec_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Roland Huß <[email protected]>
  • Loading branch information
dsimansk and rhuss authored Aug 9, 2021
1 parent 35fdb16 commit 075b1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kn/flags/podspec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ containers:
defer os.RemoveAll(fileName)
}

inputArgs := []string{"--image", "repo/user/imageID:tag", "--containers", fileName}
inputArgs := []string{"--image", "repo/user/imageID:tag", "--extra-containers", fileName}

flags := &PodSpecFlags{}
testCmd := &cobra.Command{
Expand Down

0 comments on commit 075b1bb

Please sign in to comment.