mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
d6b8ea17de
Currently, if you do `daml init foo` and there's a file `foo/Main.daml`, you'd end up with a file `foo/daml.yaml` whose `source` entry is `foo/Main.daml`when it should actually just be `Main.daml`. This PR fixes this problem. |
||
---|---|---|
.. | ||
daml-helper | ||
daml-project-config/DAML/Project | ||
exe/DAML | ||
integration-tests | ||
scala-daml-project-config | ||
src/DAML/Assistant | ||
test/DAML/Assistant | ||
BUILD.bazel | ||
get-daml.sh |