diff options
author | Helen Chen <helen.chen@huawei.com> | 2018-05-04 05:32:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-04 05:32:17 +0000 |
commit | 7980e11182a1045b9d1322576b3eaa18e0475cd5 (patch) | |
tree | 29b617acd837d7aa240d5e6044f3fbd10eabc36c /version-manifest/src/main/scripts/check-sorted.sh | |
parent | eb573b85720f0485f865001aa57c902c9eed8a58 (diff) | |
parent | 7f114f5e27b5565fb3923eff9ad1bd6955ce1844 (diff) |
Merge "Verify that docker manifest images exist in nexus3"
Diffstat (limited to 'version-manifest/src/main/scripts/check-sorted.sh')
-rwxr-xr-x | version-manifest/src/main/scripts/check-sorted.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version-manifest/src/main/scripts/check-sorted.sh b/version-manifest/src/main/scripts/check-sorted.sh index d926409f4..fa120f399 100755 --- a/version-manifest/src/main/scripts/check-sorted.sh +++ b/version-manifest/src/main/scripts/check-sorted.sh @@ -3,7 +3,7 @@ LC_ALL=C sort -c $1 retval=$? if [ $retval -ne 0 ]; then echo - echo "ERROR: $1 is not properly sorted. Please sort it with the following commands:" + echo "[ERROR] $1 is not properly sorted. Please sort it with the following commands:" echo echo " LC_ALL=C sort < $1 > $1.tmp" echo " mv $1.tmp $1" |