diff options
author | Dashie <dashie@sigpipe.me> | 2018-05-02 22:44:13 +0200 |
---|---|---|
committer | Dashie <dashie@sigpipe.me> | 2018-05-02 22:44:13 +0200 |
commit | fd0bf3aa71a67afab3cfe55d17d7dce9e2f2b305 (patch) | |
tree | 1d7c282d491e109aa56ca9277fe634778b477be4 /lib | |
parent | b8789cc8b68c64803dc2243768eda6c74837ba3c (diff) | |
download | pleroma-fd0bf3aa71a67afab3cfe55d17d7dce9e2f2b305.tar.gz |
Simplify version and fix typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/nodeinfo/nodeinfo_controller.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/nodeinfo/nodeinfo_controller.ex b/lib/pleroma/web/nodeinfo/nodeinfo_controller.ex index 6db0d19e3..722518763 100644 --- a/lib/pleroma/web/nodeinfo/nodeinfo_controller.ex +++ b/lib/pleroma/web/nodeinfo/nodeinfo_controller.ex @@ -26,7 +26,7 @@ defmodule Pleroma.Web.Nodeinfo.NodeinfoController do version: "2.0", software: %{ name: "pleroma", - version: "#{Keyword.get(@instance, :version)})" + version: Keyword.get(@instance, :version) }, protocols: ["ostatus", "activitypub"], services: %{ |