Skip to content

Commit 8ef5f22

Browse files
committed
Fix naming
1 parent f39834d commit 8ef5f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tooling/docs-assembler/Sourcing/RepositorySourcesFetcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public Checkout CloneRef(Repository repository, string gitRef, bool pull = false
184184
}
185185
catch (Exception e)
186186
{
187-
_logger.LogError(e, "{RepositoryName}: Failed to update {GitRef} from {RelativePath}, falling back to recreating from scratch",
187+
_logger.LogError(e, "{RepositoryName}: Failed to update {GitRef} from {Path}, falling back to recreating from scratch",
188188
repository.Name, gitRef, checkoutFolder.FullName);
189189
checkoutFolder.Delete(true);
190190
checkoutFolder.Refresh();

0 commit comments

Comments
 (0)