Skip to content

Commit

Permalink
Dokuwiki repository changed
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianManiek committed Nov 13, 2024
1 parent e6e7966 commit ed2f982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/chef/cookbooks/dokuwiki/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

# Download, untar and mark as owned by www-data all files of DokuWiki.
remote_file '/tmp/dokuwiki.tgz' do
source "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-#{node['dokuwiki']['download_version']}.tgz"
source "https://github.com/dokuwiki/dokuwiki/releases/download/release-#{node['dokuwiki']['download_version']}/dokuwiki-#{node['dokuwiki']['download_version']}.tgz"
action :create
end

Expand Down

0 comments on commit ed2f982

Please sign in to comment.