Fix bad directory name
This commit is contained in:
parent
8e2e6a3b34
commit
98f17e4d14
|
|
@ -83,7 +83,7 @@ $oldVersion = $currentVersion;
|
||||||
exec("git checkout -b \"version-bump-$newVersion\"");
|
exec("git checkout -b \"version-bump-$newVersion\"");
|
||||||
|
|
||||||
//Rename the Puc/vXpY directory using Git.
|
//Rename the Puc/vXpY directory using Git.
|
||||||
exec("git mv \"Puc/$currentVersionDir\" \"Puc/$newVersionInfix\"");
|
exec("git mv \"Puc/$oldVersionInfix\" \"Puc/$newVersionInfix\"");
|
||||||
|
|
||||||
//Define the list of directories to search
|
//Define the list of directories to search
|
||||||
$directoriesToSearch = ['css', 'js', 'Puc'];
|
$directoriesToSearch = ['css', 'js', 'Puc'];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue