Commit cb891ff
Jason Heath
Requires --scaffolding to add non-placheolder scaffolding
The templates have a switch in them that wasn't being respected. In the
template_plan.sh linux version we find this version of it
| {{ #if scaffolding_ident }}
| pkg_scaffolding="{{ scaffolding_ident }}"
| {{ else }}
| # pkg_scaffolding="some/scaffolding"
| {{ /if }}
In reality 'pkg_scaffolding='core/scaffolding=ruby"' was always being
added to the plan file when 'pkg_scaffolding="some/scaffolding"' should
have been what was added unless the --scaffolding option was used.
Signed-off-by: Jason Heath <jason.heath@progress.com>1 parent 1e29e96 commit cb891ff
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| |||
0 commit comments