fix dev/benchmark.cr

This commit is contained in:
Jorge Morante 2026-04-17 18:27:45 +01:00
parent 7308c31c05
commit 336a5c6e90

View file

@ -48,13 +48,13 @@ def replace_string_in_file(file_path : String, search_string : String, replace_s
end
def clone_repo_and_cd(version)
fix_git_shit
repo_path = "/tmp/tmux-fingers-#{version}"
`git clone /app #{repo_path}`
Dir.cd(repo_path)
fix_git_shit
`git checkout #{version}`
replace_string_in_file(