fixed typo
This commit is contained in:
parent
e0f4c8a3d4
commit
57b22d0daf
|
@ -179,7 +179,6 @@ if (!empty($argv[1])) {
|
||||||
$currentFile = "phpBB-$currentVersion-deutsch.tar.bz2";
|
$currentFile = "phpBB-$currentVersion-deutsch.tar.bz2";
|
||||||
$filePath = 'http://downloads.phpbb.de/pakete/deutsch/' . SUPPORTED_RELEASE_MAJOR . '.' . SUPPORTED_RELEASE_MINOR . "/$currentVersion/$currentFile";
|
$filePath = 'http://downloads.phpbb.de/pakete/deutsch/' . SUPPORTED_RELEASE_MAJOR . '.' . SUPPORTED_RELEASE_MINOR . "/$currentVersion/$currentFile";
|
||||||
echo $filePath;
|
echo $filePath;
|
||||||
die();
|
|
||||||
|
|
||||||
$target = "dist/$currentFile";
|
$target = "dist/$currentFile";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue