finish periphery clean

This commit is contained in:
mbecker20
2024-07-01 01:39:03 -07:00
parent 0e81d17860
commit f3712feea2
9 changed files with 127 additions and 165 deletions

View File

@@ -67,7 +67,7 @@ pub async fn pull(
logs
}
#[tracing::instrument(skip(repo_dir, github_token))]
#[tracing::instrument(skip(github_token))]
pub async fn clone<T>(
clone_args: T,
repo_dir: &Path,