Skip to content

Commit

Permalink
Yet another typo (it is late)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeZeilen committed Jul 22, 2022
1 parent 5cea7d2 commit 0370884
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ wget --no-verbose http://files.squeak.org/6.0/Squeak6.0-22104-64bit/Squeak6.0-22
tar xvf Squeak6.0-22104-64bit-202206021410-Linux-x64.tar.gz
mv Squeak6.0-22104-64bit-202206021410-Linux-x64 Squeak-6.0

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

print_info "Preparing image..."
EXIT_STATUS=0
Expand Down

0 comments on commit 0370884

Please sign in to comment.