Skip to content

Commit 3aca6d3

Browse files
committed
fixed build error unit tests
1 parent f522138 commit 3aca6d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/store/launchable.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
breverrors "github.com/brevdev/brev-cli/pkg/errors"
77
)
88

9-
const (
9+
var (
1010
createEnvironmentLaunchablePathPattern = "api/organizations/%s/v2/launchables"
1111
createEnvironmentLaunchablePath = fmt.Sprintf(createEnvironmentLaunchablePathPattern, fmt.Sprintf("{%s}", orgIDParamName))
1212
validateDockerComposePath = "api/file-validation/docker-compose"

0 commit comments

Comments
 (0)