Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #10895: Use relative paths to machines folder path for Listener #10902

Merged
merged 1 commit into from
Jun 17, 2019

Commits on Jun 11, 2019

  1. Fixes hashicorp#10895: Use relative paths to machines folder path for…

    … Listener
    
    Prior to this commit, the rsync helper expanded all exclude paths that
    should be ignored to be full qualified and regexp escaped. However the
    Listen gem expects these ignore paths to be relative to the path passed
    into the listener, not a full path. This commit fixes that by using the
    path given by the user for the `rsync__exclude` option
    briancain committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    1b0148b View commit details
    Browse the repository at this point in the history