mirror of https://github.com/openclaw/openclaw.git
Use user home for pnpm path
This commit is contained in:
parent
7baaca4a76
commit
c4de0b8255
|
|
@ -274,7 +274,7 @@ enum CommandResolver {
|
|||
"/bin",
|
||||
"/usr/sbin",
|
||||
"/sbin",
|
||||
"/Users/steipete/Library/pnpm",
|
||||
"$HOME/Library/pnpm",
|
||||
"$PATH",
|
||||
].joined(separator: ":")
|
||||
let quotedArgs = ([subcommand] + extraArgs).map(self.shellQuote).joined(separator: " ")
|
||||
|
|
|
|||
Loading…
Reference in New Issue