Skip to content

Commit

Permalink
fix typo in engage-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lbjay committed Apr 29, 2022
1 parent c6e980a commit 835bb46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion recipes/deploy-engage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 835bb46

Please sign in to comment.