LonoCloud / lein-voom

Tool for generating artifacts versioned on the most recent git commit sha and commit time.
Eclipse Public License 2.0
97 stars 14 forks source link

box-add now adds repo root sym link instead of expected path #12

Closed pmbauer closed 10 years ago

pmbauer commented 10 years ago

affects version: 0.1.0-20140121_094824-g1a4b065

repro:

$ box new repro $ box add '{:repo ...}' project-not-at-repo-root $ ls

the project-not-at-repo-root sym link goes to the repo root in .voom-box rather than to the expected sub-path.

this appears to be a regression

abrooks commented 10 years ago

Fixed in 9e4f9f4.