Compare commits
2 commits
af74ba7bf2
...
e51f09ccb3
Author | SHA1 | Date | |
---|---|---|---|
e51f09ccb3 | |||
4351fba73a |
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ impl git::ForgeLike for ForgeJo {
|
||||||
branch: &config::BranchName,
|
branch: &config::BranchName,
|
||||||
file_path: &str,
|
file_path: &str,
|
||||||
) -> Result<String, git::file::Error> {
|
) -> Result<String, git::file::Error> {
|
||||||
|
// TODO: get from local cloned repo
|
||||||
file::contents_get(&self.repo_details, &self.net, branch, file_path).await
|
file::contents_get(&self.repo_details, &self.net, branch, file_path).await
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue