Fix error message (#9373)

This commit is contained in:
GennadySpb 2020-06-10 14:29:20 +03:00 committed by GitHub
parent 46aea0f14b
commit 79770f919a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ fi
echo "Set metadata key to 'cloud-init-status' to 'cloud-init-done' value"
if ! yc compute instance update ${INSTANCE_ID} --metadata cloud-init-status=cloud-init-done ; then
echo "Failed to attach disk."
echo "Failed to update metadata key to 'cloud-init-status'."
Exit 1
fi