Skip to content

Commit ea76db8

Browse files
committed
use mise
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 6418360 commit ea76db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus-metrics-exposition-formats/generate-protobuf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [[ $GENERATED_WITH != "$PROTOBUF_VERSION" ]]; then
4141
exit 1
4242
fi
4343

44-
git checkout -- mise.lock # see https://github.com/jdx/mise/discussions/4782
44+
git checkout -- ../mise.lock # see https://github.com/jdx/mise/discussions/4782
4545
STATUS=$(git status --porcelain)
4646
if [[ ${REQUIRE_PROTO_UP_TO_DATE:-false} == "true" && -n "$STATUS" ]]; then
4747
echo "Please use https://mise.jdx.dev/ - this will use the version specified in mise.toml"

0 commit comments

Comments
 (0)