Update createPipeline.php
This commit is contained in:
parent
a4f107e072
commit
44a187051e
@ -7,7 +7,7 @@ if (count($argv) < 4) {
|
||||
}
|
||||
|
||||
$projectSourceDirectory = 'src/';
|
||||
$projectNamespace = 'Bee';
|
||||
$projectNamespace = 'Template';
|
||||
|
||||
$pipelineNamespace = $argv[1];
|
||||
$pipelineName = $argv[2];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user