From 835bb469897d50b32f84e838befab98ea5278b48 Mon Sep 17 00:00:00 2001 From: Jay Luker Date: Fri, 29 Apr 2022 13:35:53 -0400 Subject: [PATCH] fix typo in engage-deploy --- CHANGELOG.md | 6 +++++- recipes/deploy-engage.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 023eb284..cfcda9ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,17 @@ ## TO BE RELEASED +## v3.1.1 - 04/29/2022 + +* Fix typo in deploy-engage recipe (`:presentation` vs `:admin`) + ## v3.1.0 - 04/28/2022 * DEPLOY-76: allow use of prebuilt oc artifacts during deployment ## v3.0.6 - 04/27/2022 -* Fix download url for maven +* Fix download url for maven ## v3.0.5 - 03/22/2022 diff --git a/recipes/deploy-engage.rb b/recipes/deploy-engage.rb index e7378f02..f7e3f299 100644 --- a/recipes/deploy-engage.rb +++ b/recipes/deploy-engage.rb @@ -125,7 +125,7 @@ if use_prebuilt_oc install_prebuilt_oc(oc_prebuilt_artifacts[:bucket], git_revision, :presentation, most_recent_deploy) else - maven_build_for(:admin, most_recent_deploy) + maven_build_for(:presentation, most_recent_deploy) end # Copy in the configs as distributed in the git repo