diff --git a/endpoints/install/install_queue.go b/endpoints/install/install_queue.go index a799080d..8e3c3fce 100644 --- a/endpoints/install/install_queue.go +++ b/endpoints/install/install_queue.go @@ -37,7 +37,7 @@ func InstallQueue(rc *butlerd.RequestContext, queueParams butlerd.InstallQueuePa var id string if queueParams.NoCave { if queueParams.StagingFolder == "" { - return nil, errors.New("With noCave, installFolder must be specified") + return nil, errors.New("With noCave, StagingFolder must be specified") } stagingFolder = queueParams.StagingFolder id = uuid.New().String()