Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Nov 27, 2024
1 parent f580673 commit 594686e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -f "{{ key }}" ] && [ -f "{{ cert }}" ]; then
echo "Successfully generated p12 certificate"

if [ -f "{{ keystore }}" ]; then
echo "Cleaning up old keystore"; rm -f "{{ keystore }}"
echo "Cleaning up old keystore"; rm -f "{{ keystore }}"
fi

echo "Importing certificate into a new java keystore"
Expand Down

0 comments on commit 594686e

Please sign in to comment.