• Jack Danger's avatar
    Fixing nil error with missing `target_dir` · 77065764
    Jack Danger authored
    Prior to this change when `@pkg.is_fake?` evaluated to true the code would execute `post_install` with a `nil` `target_dir` variable, causing a nil error on `Dir.chdir(nil)`
    77065764
crew 21.8 KB