Adding / at the end of the prefix in `pijul archive`
[?]
Jan 8, 2021, 6:27 PM
IC45XBAFTZOD6WJ4ODX3EY6NRUAOBTWSQB6RE356L6UFZS2TZPRACDependencies
- [2]
UDHP4ZVBFixing SSH asynchronicity issues - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [*]
76PCXGMLPushing to, and pulling from the local repository
Change contents
- edit in pijul/src/commands/archive.rs at line 74[2.12795][5.8811]
if let Some(ref mut p) = self.prefix {if !p.is_empty() && !p.ends_with("/") {p.push('/');}}