Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor committed Feb 21, 2018
1 parent 20661eb commit 7333d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AU/Public/Get-RemoteFiles.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function Get-RemoteFiles {
function name4url($url) {
if ($FileNameBase) { return $FileNameBase }
$res = $url -split '/' | select -Last 1 -Skip $FileNameSkip
$res -replace '\.[a-zA-Z]+$'
$res -replace '\.[^.]+$'
}

function ext() {
Expand Down

0 comments on commit 7333d6f

Please sign in to comment.