add meta read access and remote for agents on forge
This commit is contained in:
parent
4bc5237bea
commit
bbe4cdb872
3 changed files with 109 additions and 7 deletions
|
|
@ -579,7 +579,7 @@ pub fn git_command() -> Command {
|
|||
Command::new(exe)
|
||||
}
|
||||
|
||||
async fn git(dir: &Path, args: &[&str]) -> Result<()> {
|
||||
pub async fn git(dir: &Path, args: &[&str]) -> Result<()> {
|
||||
let out = git_command()
|
||||
.current_dir(dir)
|
||||
.args(args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue