From ecb48233eba61fb7f6a66427705c2700b362655d Mon Sep 17 00:00:00 2001 From: js6pak Date: Mon, 24 May 2021 20:20:56 +0000 Subject: [PATCH] Fix typo in install_queue.go --- endpoints/install/install_queue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()