Browse Source

fix

tags/v4.0.0^2
yystopf 4 years ago
parent
commit
38d6519381
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/repositories_controller.rb

+ 1
- 1
app/controllers/repositories_controller.rb View File

@@ -74,7 +74,7 @@ class RepositoriesController < ApplicationController
tmp_entries = {
"content" => @sub_entries['data']['content'],
"type" => "blob"
}]
}
@sub_entries = {
"trees"=>tmp_entries,
"commits" => [{}]


Loading…
Cancel
Save