Skip to content

Commit 01073f0

Browse files
committed
Yet another typo (it is late)
1 parent 82ff454 commit 01073f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build_image.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ wget --no-verbose http://files.squeak.org/6.0/Squeak6.0-22104-64bit/Squeak6.0-22
3232
tar xvf Squeak6.0-22104-64bit-202206021410-Linux-x64.tar.gz
3333
mv Squeak6.0-22104-64bit-202206021410-Linux-x64 Squeak-6.0
3434

35-
mv Squeak6.0/shared/*.image "${DEPLOY_IMAGE}"
36-
mv Squeak6.0/shared/*.changes "${DEPLOY_CHANGES}"
37-
mv Squeak6.0/shared/SqueakV60.sources .
35+
mv Squeak-6.0/shared/*.image "${DEPLOY_IMAGE}"
36+
mv Squeak-6.0/shared/*.changes "${DEPLOY_CHANGES}"
37+
mv Squeak-6.0/shared/SqueakV60.sources .
3838

3939
print_info "Preparing image..."
4040
EXIT_STATUS=0

0 commit comments

Comments
 (0)