mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
Fix typo in ExecCommandParam
This commit is contained in:
@@ -593,7 +593,7 @@ func getExecRequestParams(req *restful.Request) execRequestParams {
|
||||
podName: req.PathParameter("podID"),
|
||||
podUID: types.UID(req.PathParameter("uid")),
|
||||
containerName: req.PathParameter("containerName"),
|
||||
cmd: req.Request.URL.Query()[api.ExecCommandParamm],
|
||||
cmd: req.Request.URL.Query()[api.ExecCommandParam],
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user