From 0aa7d896b4ae1b769e1e720a5babe334392eaba7 Mon Sep 17 00:00:00 2001 From: n4n5 <56606507+Its-Just-Nans@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:20:25 +0200 Subject: [PATCH] add permissions --- src/internal/deployment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/deployment.js b/src/internal/deployment.js index 89b9e3f..c739ef3 100644 --- a/src/internal/deployment.js +++ b/src/internal/deployment.js @@ -19,7 +19,7 @@ const finalErrorStatus = { deployment_failed: 'Deployment failed, try again later.', deployment_perms_error: 'Deployment failed. Please ensure that the file permissions are correct.', deployment_content_failed: - 'Artifact could not be deployed. Please ensure the content does not contain any hard links, symlinks and total size is less than 10GB.', + 'Artifact could not be deployed. Please ensure the content does not contain any hard links, symlinks, have correct file permissions and total size is less than 10GB.', deployment_cancelled: 'Deployment cancelled.', deployment_lost: 'Deployment failed to report final status.' }