mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(archival): ♻ change GitOptions to internal
This commit is contained in:
parent
b0b1cfdab2
commit
da11eb11c9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
namespace FilterLists.Archival.Infrastructure.Options
|
||||
{
|
||||
public class GitOptions
|
||||
internal class GitOptions
|
||||
{
|
||||
public const string Key = nameof(Key);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue