Skip to content

Commit 5754d25

Browse files
committed
MC-37324: Add fallback to 'patch' command when 'git' command is not available
- Fix services configuration
1 parent 7643add commit 5754d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/services.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<argument key="$actionPool" type="service" id="ApplyOptionalActionPool"/>
8181
</service>
8282
<service id="Magento\CloudPatches\Patch\PatchBuilder" shared="false"/>
83-
<service id="patchCommand" class="Magento\CloudPatches\Patch\PatchCommand">
83+
<service id="Magento\CloudPatches\Patch\PatchCommand">
8484
<argument key="$drivers" type="collection">
8585
<argument type="service" id="Magento\CloudPatches\Shell\Command\GitDriver"/>
8686
<argument type="service" id="Magento\CloudPatches\Shell\Command\PatchDriver"/>

0 commit comments

Comments
 (0)