Skip to content

Commit

Permalink
Fix the targetRepo reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Jul 3, 2024
1 parent d7f60a5 commit de6ef8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Microdown-Blog/MicBlogCreator.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ MicBlogCreator >> targetDirectory [
MicBlogCreator >> targetDirectory: aFileReferenceOrAString [

targetDirectory := aFileReferenceOrAString asFileReference.
aFileReferenceOrAString ensureDeleteAll.
aFileReferenceOrAString ensureCreateDirectory.
targetDirectory ensureDeleteAll.
targetDirectory ensureCreateDirectory.
sum targetDirectory: targetDirectory
]

Expand Down

0 comments on commit de6ef8f

Please sign in to comment.