Skip to content

Commit 8818863

Browse files
committed
Update error message
1 parent 25e81a4 commit 8818863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: download-basemq.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if [ "$FILE_FOUND" -eq 200 ]; then
3737
elif [ "$FILE_FOUND" -eq 404 ]; then
3838
curl -s --list-only --location $BASE_MQ_LOCATION | sed 's/href=/\nhref=/g' |grep href=\" |sed 's/.*href="//g;s/".*//g' > downloads/base-mq-file-list.txt
3939
echo "$MQ_ARCHIVE_DEV is not available at $BASE_MQ_LOCATION" && echo "================================================="
40-
grep "$MQ_VERSION_VRM" downloads/base-mq-file-list.txt| grep "IBM-MQ-" && echo "=================================================" && echo "$MQ_VERSION_VRM images available in the ftp site are listed above"
40+
grep "$MQ_VERSION_VRM" downloads/base-mq-file-list.txt| grep "IBM-MQ-" && echo "=================================================" && echo "$MQ_VERSION_VRM images available in the download site are listed above"
4141
echo "Choose any of the available version and run build command for example,'MQ_VERSION=9.4.0.0 make build-devserver'"
4242
rm -f downloads/base-mq-file-list.txt
4343
exit 1

0 commit comments

Comments
 (0)