Yedidyah Bar David has uploaded a new change for review. Change subject: pki: fix typo ......................................................................
pki: fix typo key->cert Change-Id: Id078c62776324726888d1a5211a0a05565f87bf1 Signed-off-by: Yedidyah Bar David <d...@redhat.com> --- M packaging/bin/pki-pkcs12-extract.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/36/40036/1 diff --git a/packaging/bin/pki-pkcs12-extract.sh b/packaging/bin/pki-pkcs12-extract.sh index 7a86d70..9a9f5f1 100755 --- a/packaging/bin/pki-pkcs12-extract.sh +++ b/packaging/bin/pki-pkcs12-extract.sh @@ -42,7 +42,7 @@ common_backup "${cert}" if [ "${cert}" = - ]; then - key=/proc/self/fd/1 + cert=/proc/self/fd/1 else touch "${cert}" chmod a+r "${cert}" || die "Cannot set certificate permissions" -- To view, visit https://gerrit.ovirt.org/40036 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id078c62776324726888d1a5211a0a05565f87bf1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <d...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches