diff --git a/src/Main.hs b/src/Main.hs index 0ec172f..4d9fb61 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -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/" } --------------------------------------------------------------------------------