Skip to content

Commit

Permalink
Updated saml2aws/install-saml2aws.sh (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhau authored Nov 11, 2023
1 parent 36119c0 commit eb7ffa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saml2aws/install-saml2aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ "${VERSION}" != "${CURR_VERSION}" ]; then
mkdir -p ${HOME}/.local/bin
mv ${WORK_DIR}/saml2aws ${HOME}/.local/bin/

rm -rf ${WORK_DIR}
rm -rf ${WORK_DIR} /tmp/${FILE_NAME}

echo "INFO: saml2aws installed: $(saml2aws --version 2>&1)"

Expand Down

0 comments on commit eb7ffa9

Please sign in to comment.