-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Which generator version are you using?
build-generator 0.34.16
asdf 3.3.1
SBCL 2.1.8What did you do?
-
Setting a variable to empty Strings
""or" "makes variables that reference this NIL-
projects/broken.project:foo: 1 bar: 2 baz: | # foo ${foo} # bar ${bar}
-
distributions/broken.distribution:- name: broken version: master parameters: foo: "" …
-
Same with empty string e.g. " "
Which behavior did you expect?
baz: |
# foo
# bar
2What happened instead?
baz: NILMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working