Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ce4d31

Browse files
committed
Merge branch 'bq/fix-auto-stop' of https://github.com/coder/coder into bq/fix-auto-stop
2 parents be4bcf0 + 87ab15c commit 8ce4d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/workspaces.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ func (api *API) putExtendWorkspace(rw http.ResponseWriter, r *http.Request) {
10611061
if !tmpl.AllowUserAutostop {
10621062
code = http.StatusBadRequest
10631063
resp.Message = "Cannot extend workspace: template does not allow user autostop."
1064-
return xerrors.New("Cannot extend workspace: template does not allow user autostop")
1064+
return xerrors.New("cannot extend workspace: template does not allow user autostop")
10651065
}
10661066

10671067
newDeadline := req.Deadline.UTC()

0 commit comments

Comments
 (0)