Uncomment mistakingly commented line

This commit is contained in:
Manuel Thalmann 2023-06-09 19:05:08 +02:00
parent 36769af55d
commit 757ef3509a

View file

@ -14,7 +14,7 @@
function Invoke-WindowsBackup([Context] $context) {
$backupRoot = $context.BackupRoot();
# Invoke-FileBackup $context;
Invoke-FileBackup $context;
Invoke-BackupGit $context;
Invoke-BackupLGHub $context;
Invoke-BackupManiaPlanet $context;