Skip to content

Commit 8544349

Browse files
authored
test
1 parent 23a1fad commit 8544349

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/ciPreLoading.st

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
Stdio stdout << 'ciPreLoading.st - Adding $GITHUB_WORKSPACE directory to Iceberg: '.
44
repoPath := Smalltalk os environment
5-
at: 'GITHUB_WORKSPACE'
6-
ifAbsent: [
7-
Stdio stdout nextPutAll: 'NOT DEFINED, WRONG'; lf.
8-
^ self ].
5+
at: 'GITHUB_WORKSPACE'
6+
ifAbsent: [
7+
Stdio stdout nextPutAll: 'NOT DEFINED, WRONG'; lf.
8+
^ self ].
99
Stdio stdout print: repoPath; lf.
1010

1111
(IceRepositoryCreator new
1212
location: repoPath asFileReference;
13-
createRepository) register.
13+
createRepository) register.

0 commit comments

Comments
 (0)