aboutsummaryrefslogtreecommitdiff
path: root/lib/mix/tasks/pleroma/common.ex
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-12-10 18:28:02 +0000
committerlambda <pleromagit@rogerbraun.net>2018-12-10 18:28:02 +0000
commitab98c92d86f91b0c83f482e002e4a518b93f65ca (patch)
tree4e2c08bdf5e2b4e2b53dfee7902ee53ff4bfc73b /lib/mix/tasks/pleroma/common.ex
parentcf85a9aea1949677a092c0ebc6c0e17475346632 (diff)
parentb621ebb7a65ac7facea8dbf8e29d3564d296dd27 (diff)
downloadpleroma-ab98c92d86f91b0c83f482e002e4a518b93f65ca.tar.gz
Merge branch 'parallel588/pleroma-support/compile_warnings' into 'develop'
Parallel588/pleroma support/compile warnings See merge request pleroma/pleroma!532
Diffstat (limited to 'lib/mix/tasks/pleroma/common.ex')
-rw-r--r--lib/mix/tasks/pleroma/common.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/common.ex b/lib/mix/tasks/pleroma/common.ex
index 06893af05..36432c291 100644
--- a/lib/mix/tasks/pleroma/common.ex
+++ b/lib/mix/tasks/pleroma/common.ex
@@ -1,5 +1,5 @@
defmodule Mix.Tasks.Pleroma.Common do
- @shortdoc "Common functions to be reused in mix tasks"
+ @doc "Common functions to be reused in mix tasks"
def start_pleroma do
Mix.Task.run("app.start")
end