diff --git a/app/bootstrap.php.d/50-git.php b/app/bootstrap.php.d/50-git.php index 9511253..728e2c9 100644 --- a/app/bootstrap.php.d/50-git.php +++ b/app/bootstrap.php.d/50-git.php @@ -6,7 +6,7 @@ use Gist\Service\Gist; $dataPath = $app['settings']['data']['path']; if ($dataPath[0] !== '/') { - $app['gist_path'] = $app['root_path'].$dataPath; + $app['gist_path'] = $app['root_path'].'/'.$dataPath; } else { $app['gist_path'] = $dataPath; }