From 6190cbead3191ce6164f883da0c186cd1ee83732 Mon Sep 17 00:00:00 2001 From: akosglue Date: Wed, 22 Feb 2023 09:03:59 +0100 Subject: [PATCH] fix typo in magento recipe (#3498) --- recipe/magento2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/magento2.php b/recipe/magento2.php index 7f441df6a..056fd7cda 100644 --- a/recipe/magento2.php +++ b/recipe/magento2.php @@ -261,7 +261,7 @@ task('artifact:package', function() { if (!test('[ -f {{artifact_excludes_file}} ]')) { throw new GracefulShutdownException( - "No artifact excludes file provided, provide one at artivacts/excludes or change location" + "No artifact excludes file provided, provide one at artifacts/excludes or change location" ); } run('{{bin/tar}} --exclude-from={{artifact_excludes_file}} -czf {{artifact_path}} {{release_or_current_path}}');