Skip to content

Commit

Permalink
Remove duplicate Composer action
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 committed Jan 23, 2023
1 parent 47b5dd5 commit 82e80b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/deploy.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
function () {
$production = 'production' === get( 'stage' );
return sprintf(
'{{composer_action}} --verbose --prefer-dist --no-progress --no-interaction %s --optimize-autoloader',
'--verbose --prefer-dist --no-progress --no-interaction %s --optimize-autoloader',
$production ? '--no-dev' : ''
);
}
Expand Down

0 comments on commit 82e80b2

Please sign in to comment.