Skip to content

Commit

Permalink
Fixed podman-remote --network flag
Browse files Browse the repository at this point in the history
Updated reference to network

[NO TESTS NEEDED]

Signed-off-by: Kellen Dunham <[email protected]>
  • Loading branch information
kellen-dunham authored and mheon committed Apr 16, 2021
1 parent 053ef17 commit ea0e530
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 ea0e530

Please sign in to comment.