commit ac6034998f5799d26ec5ea967e45822746e4455f from: Omar Polo date: Sun Mar 29 11:14:47 2020 UTC typo commit - b523895362b4fe25432f176ad6bc392f9dd21a47 commit + ac6034998f5799d26ec5ea967e45822746e4455f blob - 23a35711c3388919ce171a26bdb85ff3a08c8a65 blob + cc8f39845876a38eda328518735bdb914dfe7fbd --- src/blog/core.clj +++ src/blog/core.clj @@ -134,7 +134,7 @@ (core/deftask clean "clean the output directory" [] - (sh "rm" "-rm" "resources/out/")) + (sh "rm" "-rf" "resources/out/")) (core/deftask deploy "Copy the files to the server"