Skip to content

Commit 80dab71

Browse files
authored
Merge pull request hestiacp#810 from changeme/patch-1
Update WordpressSetup.php
2 parents afaa65d + 03dcd53 commit 80dab71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/WebApp/Installers/WordpressSetup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class WordpressSetup extends BaseSetup {
2121
],
2222
'database' => true,
2323
'resources' => [
24-
'archive' => [ 'src' => 'https://wordpress.org/wordpress-5.3.2.tar.gz' ],
24+
'archive' => [ 'src' => 'https://wordpress.org/latest.tar.gz' ],
2525
],
2626

2727
];

0 commit comments

Comments
 (0)