From 5804607845972b11605679416b2a1a57e1a3d41e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 19 Jan 2023 10:57:29 -0500 Subject: [PATCH] Grammar: set up (#1241) --- packages/artifact/src/internal/artifact-client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/artifact/src/internal/artifact-client.ts b/packages/artifact/src/internal/artifact-client.ts index d7a3cb19..5c9318cf 100644 --- a/packages/artifact/src/internal/artifact-client.ts +++ b/packages/artifact/src/internal/artifact-client.ts @@ -203,7 +203,7 @@ Note: The size of downloaded zips can differ significantly from the reported siz await createDirectoriesForArtifact( downloadSpecification.directoryStructure ) - core.info('Directory structure has been setup for the artifact') + core.info('Directory structure has been set up for the artifact') await createEmptyFilesForArtifact( downloadSpecification.emptyFilesToCreate )