From 07366a27269d4ee556a809f53a96e78908639c7b Mon Sep 17 00:00:00 2001 From: olimorris Date: Mon, 25 May 2015 22:53:54 +0100 Subject: [PATCH] Fix for issue #57 This is a fix for the specific issue (#57) I've posted. I'm conscious it fixes that error but I'm unsure of if it impacts any other areas of the app. --- src/Vinelab/Cdn/CdnFacade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vinelab/Cdn/CdnFacade.php b/src/Vinelab/Cdn/CdnFacade.php index 9ec2ea3..5efb6e1 100755 --- a/src/Vinelab/Cdn/CdnFacade.php +++ b/src/Vinelab/Cdn/CdnFacade.php @@ -121,7 +121,7 @@ private function generateUrl($path, $prepend = '') $path = str_replace( "build", - "build/" . $this->configurations['providers']['aws']['s3']['cloudfront']['version'], + "build" . $this->configurations['providers']['aws']['s3']['cloudfront']['version'], $path );