mirror of
https://github.com/Morantron/tmux-fingers.git
synced 2026-09-10 07:26:32 -04:00
fix dev/benchmark.cr
This commit is contained in:
parent
7308c31c05
commit
336a5c6e90
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue