Alexia / php7mar

PHP 7 Migration Assistant Report (MAR)
GNU General Public License v3.0
797 stars 133 forks source link

Fixed: Missing '/' in manually set report path #14

Closed x3rAx closed 8 years ago

x3rAx commented 8 years ago

When using the '-r' option, eg -r="/foo/bar" the report was not saved to that location. Instead all reports were saved in /foo prefixed with bar: Report located at: /foo/bar2015-12-08 ...

This pull request fixes this issue.

Reports are now saved to /foo/bar/2015-...

Alexia commented 8 years ago

Thanks! Took me a bit to initially understand why this error was occurring.