]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
fix bug in rsync of support files during deploy that prevented files from being updated.
authorelijah <elijah@riseup.net>
Mon, 15 Jul 2013 14:13:25 +0000 (07:13 -0700)
committerelijah <elijah@riseup.net>
Mon, 15 Jul 2013 14:13:25 +0000 (07:13 -0700)
lib/leap_cli/commands/deploy.rb

index 239af2a08aa180b7bdcea15b6d1ea68d996834f9..23af0f75d765754ebaa1616d032a4656809d778c 100644 (file)
@@ -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