mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix: fix occurred typo [EE-4536] (#7994)
This commit is contained in:
parent
193e0c7d6f
commit
a0237852ef
7 changed files with 8 additions and 8 deletions
|
@ -73,7 +73,7 @@ func (handler *Handler) websocketExec(w http.ResponseWriter, r *http.Request) *h
|
|||
|
||||
err = handler.handleExecRequest(w, r, params)
|
||||
if err != nil {
|
||||
return httperror.InternalServerError("An error occured during websocket exec operation", err)
|
||||
return httperror.InternalServerError("An error occurred during websocket exec operation", err)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue