change deploy command

This commit is contained in:
nek0 2017-11-10 16:14:12 +01:00
parent 9ae0f07327
commit d589d9ce79
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ postCtx =
--------------------------------------------------------------------------------
config :: Configuration
config = defaultConfiguration
{ deployCommand = "rsync --del --checksum -rav _site/* ../chaoszone-run/"
{ deployCommand = "rsync --del --checksum -rv _site/* ../chaoszone-run/"
}
--------------------------------------------------------------------------------