Skip to content

pin-latest: local doesn't seem to work #811

Closed
@ApproachingApathy

Description

@ApproachingApathy

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions