Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix path resolution for Pharo 6.1
  • Loading branch information
guillep committed Aug 10, 2018
1 parent 3432004 commit 994e06b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ createNewRepositoryNamed: aString

locationToUse ensureCreateDirectory.
self subdirectory
ifNotEmpty: [ (locationToUse / self subdirectory) ensureCreateDirectory ].
ifNotEmpty: [ (locationToUse resolve: self subdirectory) ensureCreateDirectory ].

repository := IceLibgitRepository new
name: aString;
Expand Down

0 comments on commit 994e06b

Please sign in to comment.