Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Jan 5, 2025
1 parent ca72484 commit 66d6ef3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/completions/completions.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ const OtherShellScript = `# VMR Completions

func GetBinaryPath() string {
p, _ := os.Executable()
if utils.IsMingWBash() {
p = utils.ConvertWindowsPathToMingwPath(p)
}
return p
}

Expand Down

0 comments on commit 66d6ef3

Please # to comment.