Skip to content

Commit

Permalink
Modify current dir command to automatic variable
Browse files Browse the repository at this point in the history
Thanks  @ruxunderscore  for suggesting
  • Loading branch information
CodingWonders committed Sep 21, 2024
1 parent e2cc252 commit c57f1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/public/Invoke-WPFGetIso.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function Invoke-WPFGetIso {
# Auto download newest ISO
# Credit: https://github.com/pbatard/Fido
$fidopath = "$env:temp\Fido.ps1"
$originalLocation = Get-Location
$originalLocation = $PSScriptRoot

Invoke-WebRequest "https://github.com/pbatard/Fido/raw/master/Fido.ps1" -OutFile $fidopath

Expand Down

0 comments on commit c57f1c6

Please sign in to comment.