Merge pull request #968 from MikeMcQuaid/utils-link-paths

utils: link_src_dst_dirs: paths not files.
This commit is contained in:
Mike McQuaid 2016-09-15 10:10:08 +01:00 committed by GitHub
commit e02962f84e

View File

@ -612,7 +612,7 @@ def link_src_dst_dirs(src_dir, dst_dir, command, link_dir: false)
Could not link:
#{conflicts.join("\n")}
Please delete these files and run `#{command}`.
Please delete these paths and run `#{command}`.
EOS
end
end