Skip to content
Snippets Groups Projects
Commit 8099d3fd authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

v0.2.2

parent 634a8bcb
No related branches found
No related tags found
No related merge requests found
......@@ -456,7 +456,7 @@ echo "# create secret with web certificates"
echo " if [ -f web-certs/key.pem ] ; then"
echo " pushd web-certs"
echo " elif [ -f ../../web-certs/key.pem ]; then"
echo " pushd ../web-certs"
echo " pushd ../../web-certs"
echo " elif [ -f ../../../web-certs/key.pem ]; then"
echo " pushd ../../../web-certs"
echo " else"
......
0.2.1
0.2.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment