Skip to content

Commit

Permalink
Changed defaultBinariesPath to match install.sh p
Browse files Browse the repository at this point in the history
ath

Signed-off-by: Eddie Knight <[email protected]>
  • Loading branch information
eddie-knight committed Dec 14, 2024
1 parent 4833e6a commit 1f21616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ func persistentPreRun(cmd *cobra.Command, args []string) {

func defaultBinariesPath() string {
home, _ := os.UserHomeDir() // sue me
return path.Join(home, "privateer", "bin")
return path.Join(home, ".privateer", "bin")
}

0 comments on commit 1f21616

Please sign in to comment.