EwenG / badigeon

A Clojure build library based on tools.deps.
144 stars 19 forks source link

Wrong number of args (3) passed to: badigeon.bundle/copy-directory #27

Closed ak-coram closed 3 years ago

ak-coram commented 3 years ago

badigeon.bundle/copy-dep-dependency seems to call badigeon.bundle/copy-directory with only 3 arguments, but it now requires 4 (version 1.6):

https://github.com/EwenG/badigeon/blob/6928878a40ee100caa9816a25078593e68f4bc2d/src/badigeon/bundle.clj#L176

EwenG commented 3 years ago

Oops sorry, it should be fixed now :)

ak-coram commented 3 years ago

Thank you for the quick fix, 1.7 is now working for me.