Skip to content

Commit

Permalink
chore: improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Oct 3, 2024
1 parent e55be87 commit d4245f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/gcp-get-cached-disks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ find_cached_disk_image() {
# Check if both $DISK_PREFIX and $DISK_SUFFIX are set, as they are required to find a cached disk image
if [[ -n "${DISK_PREFIX}" && -n "${DISK_SUFFIX}" ]]; then
# Find the most suitable cached disk image
echo "Finding a ${DISK_PREFIX}--${DISK_SUFFIX} cached disk image for ${NETWORK}..."
echo "Finding a ${DISK_PREFIX}-${DISK_SUFFIX} disk image for ${NETWORK}..."
CACHED_DISK_NAME=""

# Check if main branch images are preferred
Expand Down

0 comments on commit d4245f5

Please sign in to comment.