Skip to content

Commit

Permalink
Update ProfileViewModel.cs
Browse files Browse the repository at this point in the history
The missing `.`
  • Loading branch information
jupster authored Mar 4, 2024
1 parent dbfc959 commit 8a21129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FASTER/ViewModel/ProfileViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ internal async Task CopyModKeys()
{
try
{ mods.AddRange(Directory.GetDirectories(Path.Combine(Properties.Settings.Default.modStagingDirectory, line.Id.ToString()))
.SelectMany(subDir => Directory.GetFiles(subDir, "*bikey", SearchOption.TopDirectoryOnly))); }
.SelectMany(subDir => Directory.GetFiles(subDir, "*.bikey", SearchOption.TopDirectoryOnly))); }
catch (DirectoryNotFoundException)
{ /*there was no directory*/ }
}
Expand Down

0 comments on commit 8a21129

Please sign in to comment.