We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6418360 commit ea76db8Copy full SHA for ea76db8
prometheus-metrics-exposition-formats/generate-protobuf.sh
@@ -41,7 +41,7 @@ if [[ $GENERATED_WITH != "$PROTOBUF_VERSION" ]]; then
41
exit 1
42
fi
43
44
-git checkout -- mise.lock # see https://github.com/jdx/mise/discussions/4782
+git checkout -- ../mise.lock # see https://github.com/jdx/mise/discussions/4782
45
STATUS=$(git status --porcelain)
46
if [[ ${REQUIRE_PROTO_UP_TO_DATE:-false} == "true" && -n "$STATUS" ]]; then
47
echo "Please use https://mise.jdx.dev/ - this will use the version specified in mise.toml"
0 commit comments