Uncomment mistakingly commented line
This commit is contained in:
parent
3c8874ddd6
commit
c092a039f1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
function Invoke-WindowsBackup([Context] $context) {
|
function Invoke-WindowsBackup([Context] $context) {
|
||||||
$backupRoot = $context.BackupRoot();
|
$backupRoot = $context.BackupRoot();
|
||||||
# Invoke-FileBackup $context;
|
Invoke-FileBackup $context;
|
||||||
Invoke-BackupGit $context;
|
Invoke-BackupGit $context;
|
||||||
Invoke-BackupLGHub $context;
|
Invoke-BackupLGHub $context;
|
||||||
Invoke-BackupManiaPlanet $context;
|
Invoke-BackupManiaPlanet $context;
|
||||||
|
|
Loading…
Reference in a new issue