Skip to content

Commit

Permalink
Merge pull request #541 from tom95/fix-windows-slash-path
Browse files Browse the repository at this point in the history
squeak/windows: github repo paths with slashes were not interpreted correctly
  • Loading branch information
krono authored May 15, 2021
2 parents a2336b0 + e868f6a commit 88e4d13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ directory
self repoPath isEmpty
ifFalse: [
directory := MetacelloPlatform current
directoryFromPath: self repoPath
directoryFromPath: (self repoPath copy replaceAll: $/ with: MCFileTreeFileDirectoryUtils pathNameDelimiter)
relativeTo: directory ] ]
ifNotNil: [
(MCFileTreeFileUtils current directoryExists: directory)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"canUpgradeTo:" : "tobe 5/3/2020 22:18",
"closestAncestorVersionFor:ifNone:" : "tobe 5/7/2020 13:33",
"description" : "tobe 5/3/2020 20:58",
"directory" : "ct 11/1/2020 21:51",
"directory" : "tobe 4/22/2021 09:10",
"downloadJSONTags" : "tobe 5/3/2020 20:54",
"flushCache" : "tobe 5/18/2020 16:19",
"flushForScriptGet" : "tobe 5/7/2020 12:51",
Expand Down
Loading

0 comments on commit 88e4d13

Please sign in to comment.