Fix typo in ExecCommandParam

This commit is contained in:
Lee Verberne
2017-05-05 22:52:46 +00:00
parent a3ff0eaf69
commit 786e993338
4 changed files with 4 additions and 4 deletions

View File

@@ -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],
}
}