Skip to content

Commit

Permalink
Mada Search Function private
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarresi committed Feb 3, 2020
1 parent fc9327c commit f67d972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLI/Commands/CommandBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ protected void CloseDatabase()
DatabaseService.CloseDatabase();
}

protected void SearchMdfFile(string pattern = null)
private void SearchMdfFile(string pattern = null)
{
var listOfFiles = Directory.EnumerateFiles(Environment.CurrentDirectory, pattern ?? "*.MDF",
SearchOption.AllDirectories);
Expand Down

0 comments on commit f67d972

Please sign in to comment.