Skip to content

Commit

Permalink
WIP9
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Dec 30, 2023
1 parent 06626c0 commit 55aba55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileConventions/Library.fs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ let NonVerboseFlags(fileInfo: FileInfo) =

let isFileExtentionValid =
validExtensions
|> Seq.map(fun ext -> fileInfo.FullName.EndsWith ext)
|> Seq.map fileInfo.FullName.EndsWith
|> Seq.contains true

if not isFileExtentionValid then
Expand Down

0 comments on commit 55aba55

Please sign in to comment.