From e3441dabcce22709f91f0543f7dc534c80c6c05a Mon Sep 17 00:00:00 2001 From: Chris Deery <3932645+cdeery@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:30:05 -0400 Subject: [PATCH] fix: correct typo in profile config --- devops/jobs/CreateSandbox.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/jobs/CreateSandbox.groovy b/devops/jobs/CreateSandbox.groovy index 1db6bd555..581567ccb 100644 --- a/devops/jobs/CreateSandbox.groovy +++ b/devops/jobs/CreateSandbox.groovy @@ -224,7 +224,7 @@ class CreateSandbox { stringParam("prospectus_contentful_environment","master","") booleanParam("profile",false,"Enable Profile MFE") - stringParam("profle_version","master","The repository version of the frontend-app-profile mfe") + stringParam("profile_version","master","The repository version of the frontend-app-profile mfe") booleanParam("learner_dashboard",false,"Enable Learner Dashboard MFE") stringParam("learner_dashboard_version","master","The repository version of the learner dashboard mfe")