Fixing nil error with missing `target_dir`
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)`
Showing
Please register or sign in to comment