Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
change ordering of decryption-passphrase and installation so import-o…
Browse files Browse the repository at this point in the history
…psman-settings does not fail #384

Signed-off-by: Kira Boyle <kboyle@pivotal.io>
  • Loading branch information
John Cornish authored and kcboyle committed May 24, 2019
1 parent 8993d75 commit 8e8e8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/import-opsmgr-settings/task.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ function main() {
--skip-ssl-validation \
--request-timeout 86400 \
import-installation \
--installation "${cwd}/opsmgr-settings/${OPSMAN_SETTINGS_FILENAME}" \
--decryption-passphrase "${OPSMAN_PASSPHRASE}"
--decryption-passphrase "${OPSMAN_PASSPHRASE}" \
--installation "${cwd}/opsmgr-settings/${OPSMAN_SETTINGS_FILENAME}"
}

main "${PWD}"

0 comments on commit 8e8e8ca

Please sign in to comment.