You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-...`
0 commit comments