Skip to content

Commit

Permalink
fix stdmod directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hidetatz committed Jul 30, 2023
1 parent 8186220 commit f6a70af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stdmod.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ func isstdmod(target string) bool {
}

func stdmoddir() string {
home, _ := os.UserHomeDir() // todo: handle error
return filepath.Join(home, "shiba/std")
return "/usr/lib/shiba/"
}

0 comments on commit f6a70af

Please sign in to comment.