Adding / at the end of the prefix in `pijul archive`

[?]
Jan 8, 2021, 6:27 PM
IC45XBAFTZOD6WJ4ODX3EY6NRUAOBTWSQB6RE356L6UFZS2TZPRAC

Dependencies

  • [2] UDHP4ZVB Fixing SSH asynchronicity issues
  • [*] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [*] 76PCXGML Pushing 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('/');
    }
    }