Skip to content

Commit

Permalink
remove windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterYan committed Feb 11, 2025
1 parent c955cd7 commit 6120f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func HomeDir() string {
if h := os.Getenv("HOME"); h != "" {
return h
}
return os.Getenv("USERPROFILE") // windows
return ""
}

func IsURL(str string) bool {
Expand Down

0 comments on commit 6120f56

Please sign in to comment.