Whenever I try and use zmk version <revision> as described in the repo, i get the following error
ValueError: Revision "a23aa00" does not exist in https://github.com/zmkfirmware/zmk
I got the same error when i tried with a longer revision number with SHA hash i got from @joelspadin over on discord - a23aa009d7a07d67fe5609caca7372e16610f238. It was to the same revision number.
a23aa00 is a valid revision number. I also tested with older revision numbers and got the same error.
The command worked fine when targeting a specific version listed from zmk version --list -l (for example zmk version v0.3).
It also worked fine when called for the main zmk version main
Whenever I try and use
zmk version <revision>as described in the repo, i get the following errorValueError: Revision "a23aa00" does not exist in https://github.com/zmkfirmware/zmkI got the same error when i tried with a longer revision number with SHA hash i got from @joelspadin over on discord - a23aa009d7a07d67fe5609caca7372e16610f238. It was to the same revision number.
a23aa00 is a valid revision number. I also tested with older revision numbers and got the same error.
The command worked fine when targeting a specific version listed from
zmk version --list -l(for examplezmk version v0.3).It also worked fine when called for the main
zmk version main