Passed
Push — v1 ( 740a10...974e3b )
by Andrew
04:45 queued 11s
created
src/services/VitePluginService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
                     $bundle->sourcePath,
60 60
                     true
61 61
                 );
62
-                $this->manifestPath = Craft::getAlias($bundle->sourcePath) . '/manifest.json';
62
+                $this->manifestPath = Craft::getAlias($bundle->sourcePath).'/manifest.json';
63 63
                 $this->serverPublic = $baseAssetsUrl;
64 64
             }
65 65
         }
Please login to merge, or discard this patch.