X Tutup
Skip to content

Commit 942a6b9

Browse files
author
Johan Brichau
committed
fix typo in ston spec
1 parent 23c9ebf commit 942a6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.smalltalk.ston

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SmalltalkCISpec {
55
#directory : 'packages', // Path to packages if FileTree is used
66
#onWarningLog : true, // Handle Warnings and log message to Transcript (GemStone)
77
#load : [ 'CI' ], // Define MC load attributes
8-
#platforms : [ #squeak, #pharo, #gemstone ], // Define compatible platforms
8+
#platforms : [ #squeak, #pharo, #gemstone ] // Define compatible platforms
99
}
1010
]
1111
}

0 commit comments

Comments
 (0)
X Tutup