Completed
Push — master ( 319c9e...f07d01 )
by Evan
02:29
created
build/sami-config.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
 return new Sami($iterator, array(
23 23
     'versions'             => $versions,
24 24
     'title'                => 'Silk API',
25
-    'build_dir'            => __DIR__ . '/../../silk-api-docs/%version%',
26
-    'cache_dir'            => __DIR__ . '/../../silk-api-docs-cache/%version%',
25
+    'build_dir'            => __DIR__.'/../../silk-api-docs/%version%',
26
+    'cache_dir'            => __DIR__.'/../../silk-api-docs-cache/%version%',
27 27
     'remote_repository'    => new GitHubRemoteRepository('aaemnnosttv/silk', $repository_root),
28 28
     'default_opened_level' => 2,
29 29
 ));
Please login to merge, or discard this patch.