From: elijah Date: Mon, 15 Jul 2013 14:13:25 +0000 (-0700) Subject: fix bug in rsync of support files during deploy that prevented files from being updated. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7a30a8997c2bad6d67d84cdf28277410e25991be;p=leap%2Fleap_cli.git fix bug in rsync of support files during deploy that prevented files from being updated. --- 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