Remove unnecessary Import-Module
statements
This commit is contained in:
parent
bfb1379472
commit
17aaa3ff87
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
Import-Module "$PSScriptRoot/../../scripts/Common/Scripts/Context.ps1" -Force;
|
||||
. "$PSScriptRoot/../../scripts/Common/Scripts/Context.ps1";
|
||||
|
||||
function Get-BackupCandidates() {
|
||||
[System.Collections.Generic.List[System.Tuple[string, string, string[]]]]$candidates = @();
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Import-Module "$PSScriptRoot/../../Scripts/Context.ps1" -Force;
|
||||
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
||||
$path = "$HOME/Documents/TmForever";
|
||||
$softwareName = "TmNationsForever";
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Import-Module "$PSScriptRoot/../../Scripts/Context.ps1" -Force;
|
||||
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
||||
$path = "$HOME/Documents/TrackMania";
|
||||
$softwareName = "TmUnitedForever";
|
||||
|
||||
|
|
Loading…
Reference in a new issue