diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-01-20 17:25:29 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-01-20 17:25:29 +0100 |
commit | 9f0c1ba2f298799c28d0a54560d213531aa1f31b (patch) | |
tree | e815b6e7c681a7276bd38ed6a3b20e4030f3c081 | |
parent | 8d8b373aa6bb70b5c31c6b955606db5d9740793f (diff) |
php-league-flysystem: cleanup
-rw-r--r-- | php-league-flysystem.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-league-flysystem.spec b/php-league-flysystem.spec index 6cb396c..23d2aec 100644 --- a/php-league-flysystem.spec +++ b/php-league-flysystem.spec @@ -75,7 +75,7 @@ Provides: php-composer(%{pk_vendor}/%{pk_name}) = %{version} Flysystem is a filesystem abstraction which allows you to easily swap out a local filesystem for a remote one. -Autoloader: '%{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php'; +Autoloader: %{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php %prep |