X Tutup
Skip to content

Commit cbc3f0f

Browse files
committed
fix gemstone build
1 parent 6099ea9 commit cbc3f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testTravisCI.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ cat - >> $OUTPUT_PATH << EOF
5353
load: #( ${LOADS} ).
5454
"Run the tests"
5555
Smalltalk at: #Author ifPresent:[:author | author fullName: 'Travis'].
56-
((Smalltalk includesKey: #Utilities) and:[Utilities respondsTo: #setAuthorInitials:]) ifTrue:[Utilities setAuthorInitials: 'TCI'].
56+
((Smalltalk includesKey: #Utilities) and:[(Smalltalk at: #Utilities) respondsTo: #setAuthorInitials:]) ifTrue:[(Smalltalk at: #Utilities) setAuthorInitials: 'TCI'].
5757
TravisCIHarness
5858
value: #( '${FULL_CONFIG_NAME}' )
5959
value: 'TravisCISuccess.txt'

0 commit comments

Comments
 (0)
X Tutup