|
|
|
@ -10,6 +10,7 @@ module GitHelper
|
|
|
|
|
def git_fle_content(repo_path, path)
|
|
|
|
|
begin
|
|
|
|
|
Rails.logger.info("git file content: repo_path is #{repo_path}, path is #{path}")
|
|
|
|
|
|
|
|
|
|
content = GitService.file_content(repo_path: repo_path, path: path)
|
|
|
|
|
|
|
|
|
|
Rails.logger.info("git file content: content is #{content}")
|
|
|
|
|