Skip to content
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.

Commit

Permalink
Fix patch command to really modify the Magento Loader
Browse files Browse the repository at this point in the history
--dry-run Print the results of applying the patches without actually changing any files.
  • Loading branch information
fabian committed Oct 22, 2011
1 parent 2914ba6 commit 947eed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -59,7 +59,7 @@ Installation

```
$ cd $MAGENTO_DIR
$ patch -p0 --dry-run < $LIIP_MAGENTO_BUNDLE_DIR/magento-autoloader.patch
$ patch -p0 < $SYMFONY_DIR/vendor/bundles/Liip/MagentoBundle/magento-autoloader.patch
```


Expand Down

0 comments on commit 947eed3

Please sign in to comment.