Skip to content

Commit

Permalink
add missing var
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Nov 12, 2023
1 parent 767fc86 commit 5a22181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/repo.v
Original file line number Diff line number Diff line change
Expand Up @@ -788,9 +788,9 @@ fn (mut r Repo) clone() {
}

fn (r &Repo) read_file(branch string, path string) string {
// valid_path := path.trim_string_left('/')
valid_path := path.trim_string_left('/')

println('yEPP path=${valid_path}')
println('read_file() path=${valid_path}')
if r.git_repo == unsafe { nil } {
return 'nil'
}
Expand Down

0 comments on commit 5a22181

Please sign in to comment.