TheDiscordian / ipfs-sync

A simple daemon which will watch files on your filesystem, mirror them to MFS, automatically update related pins, and update related IPNS keys.
BSD 3-Clause "New" or "Revised" License
95 stars 14 forks source link

Auto-append `/` if `Dir` is missing trailing `/` #22

Closed TheDiscordian closed 3 years ago

TheDiscordian commented 3 years ago

Dir needs a trailing /, let's check for that, and exit if missing.

TheDiscordian commented 3 years ago

Actually, if it's not there, let's just auto-append it.