aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-02-19 16:21:26 +0000
committerlain <lain@soykaf.club>2020-02-19 16:21:26 +0000
commitca5dc7d5d64c7c95ab5357d62c6b78297382344e (patch)
tree7f2d2badc6957163895c2c6423683ce8040c4498
parentf694ca6536edf0f75208c84d312e58502300f2fc (diff)
downloadpleroma-ca5dc7d5d64c7c95ab5357d62c6b78297382344e.tar.gz
Apply suggestion to lib/mix/tasks/pleroma/frontend.ex
-rw-r--r--lib/mix/tasks/pleroma/frontend.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mix/tasks/pleroma/frontend.ex b/lib/mix/tasks/pleroma/frontend.ex
index 450121204..7a691b95d 100644
--- a/lib/mix/tasks/pleroma/frontend.ex
+++ b/lib/mix/tasks/pleroma/frontend.ex
@@ -39,7 +39,7 @@ defmodule Mix.Tasks.Pleroma.Frontend do
File.write!(path, contents)
end)
- IO.puts("Succesfully downloaded and unpacked the frontend")
+ IO.puts("Successfully downloaded and unpacked the frontend")
else
{error, _} -> IO.puts("Step failed: #{error}")
end