Skip to content

Commit

Permalink
fix: correct typo in profile config
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeery committed Oct 18, 2023
1 parent cc7b169 commit e3441da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/jobs/CreateSandbox.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit e3441da

Please sign in to comment.