Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
fix sourceDirectory path
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Sep 21, 2016
1 parent a3bd8f2 commit 1fa7fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/readme/viserio-readme.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php

$sourceDirectory = __DIR__.'/../src/Viserio';
$sourceDirectory = __DIR__.'/../../src/Viserio';
$readmeTemplate = __DIR__.'/viserio-readme.md';

$dirs = glob($sourceDirectory.'/*', GLOB_ONLYDIR);
Expand Down

0 comments on commit 1fa7fbe

Please sign in to comment.