Skip to content

Commit

Permalink
Merge pull request #9899 from kellen-dunham/fix_9698
Browse files Browse the repository at this point in the history
Fix #9698 Updated reference to network
  • Loading branch information
openshift-merge-robot authored Apr 1, 2021
2 parents 8b599c5 + 6c1f6bd commit 23ee8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/handlers/libpod/play.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func PlayKube(w http.ResponseWriter, r *http.Request) {
runtime := r.Context().Value("runtime").(*libpod.Runtime)
decoder := r.Context().Value("decoder").(*schema.Decoder)
query := struct {
Network string `schema:"reference"`
Network string `schema:"network"`
TLSVerify bool `schema:"tlsVerify"`
LogDriver string `schema:"logDriver"`
Start bool `schema:"start"`
Expand Down

0 comments on commit 23ee8b1

Please sign in to comment.