diff options
author | elijah <elijah@riseup.net> | 2013-07-15 07:13:25 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-07-15 07:13:25 -0700 |
commit | 7a30a8997c2bad6d67d84cdf28277410e25991be (patch) | |
tree | ad5954cad2e79ca6238d2eb1c30493ba1ca9344c /lib | |
parent | 99952fbf6c03e324e1a85dcdf9426850fe7610b6 (diff) |
fix bug in rsync of support files during deploy that prevented files from being updated.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/leap_cli/commands/deploy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/deploy.rb b/lib/leap_cli/commands/deploy.rb index 239af2a..23af0f7 100644 --- a/lib/leap_cli/commands/deploy.rb +++ b/lib/leap_cli/commands/deploy.rb @@ -84,7 +84,7 @@ module LeapCli :dest => dest_dir, :excludes => "*", :includes => calculate_includes_from_files(files_to_sync), - :flags => "-ltp --chmod=u+rX,go-rwx --relative --dirs --delete --delete-excluded --filter='protect hiera.yaml' --copy-links" + :flags => "-rltp --chmod=u+rX,go-rwx --relative --delete --delete-excluded --filter='protect hiera.yaml' --copy-links" } else nil |