Skip to content

Commit

Permalink
[Bug]: Smalltalk STON should have Unix line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
seandenigris committed Sep 5, 2024
1 parent 49117cd commit 4974137
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/SmallWorld-Core/SmallSmalltalkSton.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,12 @@ SmallSmalltalkSton >> template [
SCIMetacelloLoadSpec \{
#baseline : ''{baseline}'',
#directory : ''{codeSubfolder}'',
#onConflict : #useIncoming
#onConflict : #useIncoming,
#registerInIceberg : true
\}
],
#testing : \{
#failOnZeroTests : false
\}
\}'
\}' withUnixLineEndings
]

0 comments on commit 4974137

Please sign in to comment.