Skip to content

Commit

Permalink
Scan for GitMCRepositoryAssetLoader in GitAssetLoader>>for:
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Jun 12, 2024
1 parent 3eed649 commit 171cd7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/Squot.package/GitAssetLoader.class/class/for..st
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ for: aString
GitWorkingCopyAssetLoader
named: aString
ifAbsent: [
self error: ('No project with the name {1} could be found.'
format: {aString printString})]]
GitMCRepositoryAssetLoader
scanFor: aString
ifAbsent: [
self error: ('No project with the name {1} could be found.'
format: {aString printString})]]]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"class" : {
"for:" : "mad 6/12/2024 16:32",
"for:" : "mad 6/12/2024 16:56",
"for:basePath:" : "mad 11/21/2023 14:27" },
"instance" : {
"assetAt:" : "mad 6/12/2024 14:51",
Expand Down

0 comments on commit 171cd7d

Please sign in to comment.