Fix incorrect backup path
This commit is contained in:
parent
6316b30e84
commit
850b93af05
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Context {
|
|||
[string] BackupRoot() {
|
||||
if (-not $this.RootDir)
|
||||
{
|
||||
return Join-Path $this.ProjectRoot() $this.BackupName;
|
||||
return Join-Path $this.ProjectRoot() "backup" $this.BackupName;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue