Skip to content

Commit 61f0666

Browse files
committed
Update zero-to-prod-data-model script to adjust target path for data-model directory.
1 parent 3dadb2b commit 61f0666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/zero-to-prod-data-model

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require getcwd().'/vendor/autoload.php';
1111

1212
use Zerotoprod\PackageHelper\PackageHelper;
1313

14-
$target_path = getcwd().'/docs/zero-to-prod/package-helper/';
14+
$target_path = getcwd().'/docs/zero-to-prod/data-model/';
1515
if (isset($argv[1])) {
1616
$target_path = rtrim($argv[1], '/').'/';
1717
}

0 commit comments

Comments
 (0)