Skip to content

Commit

Permalink
GT: Use smalltalk_version in Cache Overwrite Output Message
Browse files Browse the repository at this point in the history
Co-authored-by: Max Leske <[email protected]>
  • Loading branch information
2 people authored and fniephaus committed May 21, 2024
1 parent 3fd7325 commit 2979469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtoolkit/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ gtoolkit::prepare_gt() {
target="${SMALLTALK_CI_CACHE}/${smalltalk_version}"

if "${config_overwrite_cache}" && is_dir "${target}"; then
print_info "Removing cached image resources for ${smalltalk_version} (update forced)"
print_info "Removing cached image resources for ${smalltalk_name} (update forced)"
rm -r "${target}"
fi
if ! is_dir "${target}"; then
Expand Down

0 comments on commit 2979469

Please sign in to comment.