Skip to content

Commit

Permalink
Merge pull request #33 from moosetechnology/diferential-validator
Browse files Browse the repository at this point in the history
Allow to work on only one file
  • Loading branch information
NicolasAnquetil authored Nov 21, 2023
2 parents 392a78a + 4695a5d commit 1ac2da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FAST-Core-Tools/FASTDifferentialValidator.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ FASTDifferentialValidator >> isSourceFile: aFileReference [
{ #category : #'instance creation' }
FASTDifferentialValidator >> on: aDirectoryName [

self runOnDirectory: aDirectoryName asFileReference
self runOnFileReference: aDirectoryName asFileReference
]

{ #category : #utilities }
Expand Down

0 comments on commit 1ac2da5

Please sign in to comment.