carolynvs / magex

Helper methods for Magefiles
MIT License
32 stars 7 forks source link

shx.Copy should support relative paths #20

Closed carolynvs closed 2 years ago

carolynvs commented 2 years ago

I would like to use shx.Copy("../bin", "someplace) and have it work but it's failing to resolve "../bin" correctly.

carolynvs commented 2 years ago

This works fine, I just had a brain fart