Rename misleading function
This commit is contained in:
parent
f6d0f9d594
commit
bfb1379472
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ Import-Module "$PSScriptRoot/../../Scripts/Context.ps1" -Force;
|
|||
$path = "$HOME/Documents/TrackMania";
|
||||
$softwareName = "TmUnitedForever";
|
||||
|
||||
function Invoke-BackupTmNations([Context] $context) {
|
||||
function Invoke-BackupTmUnited([Context] $context) {
|
||||
$context.Backup($path, $context.SoftwareArchive($softwareName), @("-i@`"$PSScriptRoot/include.txt`""));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue