public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-global-state/files/
@ 2019-12-20 18:34 Brian Evans
  0 siblings, 0 replies; only message in thread
From: Brian Evans @ 2019-12-20 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     8e250b9c460acf22b153554493b93704756b057e
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 17:48:34 2019 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 18:34:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e250b9c

dev-php/sebastian-global-state: Fix autoload path

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 dev-php/sebastian-global-state/files/autoload-3.0.0.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/sebastian-global-state/files/autoload-3.0.0.php b/dev-php/sebastian-global-state/files/autoload-3.0.0.php
index 3724c6cbad5..01a691b3140 100644
--- a/dev-php/sebastian-global-state/files/autoload-3.0.0.php
+++ b/dev-php/sebastian-global-state/files/autoload-3.0.0.php
@@ -19,7 +19,7 @@ if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
 
 // Required dependencies.
 \Fedora\Autoloader\Dependencies::required([
-  __DIR__."../ObjectReflector/autoload.php",
-  __DIR__."../RecursionContext/autoload.php",
+  __DIR__."/../ObjectReflector/autoload.php",
+  __DIR__."/../RecursionContext/autoload.php",
 ]);
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-20 18:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-20 18:34 [gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-global-state/files/ Brian Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox