From 88dc9174f66030733c0d103c756b49e138da7c97 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 28 Jun 2019 16:07:43 -0500 Subject: [PATCH] TODO: git init if repo doesn't exist --- src/FilterLists.Agent/ListArchiver/CaptureLists.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/FilterLists.Agent/ListArchiver/CaptureLists.cs b/src/FilterLists.Agent/ListArchiver/CaptureLists.cs index 404414379..e42447ecd 100644 --- a/src/FilterLists.Agent/ListArchiver/CaptureLists.cs +++ b/src/FilterLists.Agent/ListArchiver/CaptureLists.cs @@ -27,6 +27,7 @@ public Handler(IFilterListsApiClient apiClient, IMediator mediator) protected override async Task Handle(Command request, CancellationToken cancellationToken) { + //TODO: git init if repo doesn't exist var lists = await GetListInfo(); await _mediator.Send(new DownloadLists.Command(lists), cancellationToken); //TODO: git add .