Skip to content

Commit

Permalink
Added PureGitCodeRepository>>#srcPath
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvc committed Nov 5, 2024
1 parent 8589f80 commit e2ec4e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Iceberg-Git-CLI/PureGitCodeRepository.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@ PureGitCodeRepository >> srcDirectory [
PureGitCodeRepository >> srcDirectory: aFileReference [
srcDirectory := aFileReference
]

{ #category : #accessing }
PureGitCodeRepository >> srcPath [
^ srcDirectory basename
]

0 comments on commit e2ec4e9

Please sign in to comment.