mirror of
https://github.com/reactos/reactos.git
synced 2025-04-11 08:13:25 +00:00
Store renamed file in the right directory
svn path=/trunk/; revision=19533
This commit is contained in:
parent
419247baed
commit
76b89d54d9
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ namespace ReactOS.CustomRevisionAction
|
|||
revision);
|
||||
string destinationFilename = Path.Combine(Path.GetDirectoryName(sourceFilename),
|
||||
distributionFilename);
|
||||
File.Move(sourceFilename, distributionFilename);
|
||||
File.Move(sourceFilename, destinationFilename);
|
||||
string server;
|
||||
string directory;
|
||||
SplitRemotePublishPath(publishPath, out server, out directory);
|
||||
|
|
Loading…
Reference in a new issue