Closed
Description
What version?
0.50.1
Which command?
proto pin
What happened?
I have pin-latest
set to local
at $XDG_DATA_HOME/proto/.prototools
.
[settings]
auto-install = true
pin-latest = "local"
However, running proto pin pnpm latest
results in the following.
pnpm = "latest"
My understanding is that pin-latest = "local"
should resolve the version and save it in the current directory's .protofile
. I would expect to see this:
pnpm = "10.12.1"
or even
pnpm = "^10.12.1"
Trace logs?
No response
Operating system?
Linux
Architecture?
x64