Skip to content

Commit

Permalink
🐛 Corrects Argument Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
brucificus committed Oct 6, 2023
1 parent 9d3b1e8 commit a89d3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jump.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Set-StrictMode -Version Latest

# Jump to directory containing file
function jump() {
Set-Location (dirname $1)
Set-Location (dirname $args[0])
}

0 comments on commit a89d3fe

Please sign in to comment.