We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd96c0 commit b8ccb19Copy full SHA for b8ccb19
Slack.Backup/Public/Invoke-BackupJob.ps1
@@ -17,6 +17,8 @@ function Invoke-BackupJob {
17
18
process {
19
Write-Verbose "Cmdlet Invoke-BackupJob - Process"
20
+ Assert-Path $Location
21
+ $Location = Resolve-Path -LiteralPath $Location | Select-Object -ExpandProperty Path
22
if ($Files) {
23
Invoke-FilesBackup -Token $Token -Location $Location
24
}
0 commit comments