Skip to content

Commit

Permalink
fix typo in magento recipe (#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
akosglue committed Feb 22, 2023
1 parent 75e5bc0 commit 6190cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/magento2.php
Original file line number Diff line number Diff line change
Expand Up @@ -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}}');
Expand Down

0 comments on commit 6190cbe

Please sign in to comment.