Skip to content

Commit 33286d0

Browse files
Apply suggestion from @jaydeluca
Co-authored-by: Jay DeLuca <jaydeluca4@gmail.com> Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent d2691eb commit 33286d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.mise/lib/micrometer_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def prepare_repo(
111111
)
112112
run_cmd(["git", "fetch", remote, ref], cwd=micrometer_dir)
113113
run_cmd(
114-
["git", "checkout", "-B", "codex-micrometer-compat", "FETCH_HEAD"],
114+
["git", "checkout", "-B", "micrometer-compat", "FETCH_HEAD"],
115115
cwd=micrometer_dir,
116116
)
117117

0 commit comments

Comments
 (0)