xorpaul / g10k

my r10k fork in Go
Apache License 2.0
125 stars 50 forks source link

Add missing trailing / to targetDir #94

Closed mcanevet closed 6 years ago

mcanevet commented 6 years ago

Without this patch modules from forge are constantly purged with:

Need to purge ./modules/firewall, because it exists without a metadata.json. This shouldn't happen!

Because of the missing / between the targetDir and metadata.json.

xorpaul commented 6 years ago

Thanks! I really thought I got all of them.