Skip to content

Commit

Permalink
autogen: Use HTTPS for wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse committed Nov 29, 2016
1 parent 2223b7a commit be56942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ done

if test ! -f doc/wiki/Authentication.txt; then
cd doc
wget http://www.dovecot.org/tmp/wiki2-export.tar.gz
wget https://www.dovecot.org/tmp/wiki2-export.tar.gz
tar xzf wiki2-export.tar.gz
if [ $? != 0 ]; then
echo "Failed to uncompress wiki docs"
Expand Down

0 comments on commit be56942

Please sign in to comment.