X Tutup
Skip to content

Commit 627ad22

Browse files
committed
fix for (not) setting Author in Gemstone builds
1 parent 012437e commit 627ad22

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
@@ -52,7 +52,7 @@ cat - >> $OUTPUT_PATH << EOF
5252
$REPOSITORY_LINE
5353
load: #( ${LOADS} ).
5454
"Run the tests"
55-
Smalltalk at: #Author ifPresent:[Author fullName: 'Travis'].
55+
Smalltalk at: #Author ifPresent:[:author | author fullName: 'Travis'].
5656
TravisCIHarness
5757
value: #( '${FULL_CONFIG_NAME}' )
5858
value: 'TravisCISuccess.txt'

0 commit comments

Comments
 (0)
X Tutup