diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-20 08:12:56 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-20 08:12:56 +0000 |
commit | 0e31d195af89551e58070390f74e917c5d1ce0fc (patch) | |
tree | 58ac7303b8a89fdffbd250f8ac5623a40e3b2b98 | |
parent | 4974988f0353341e7f89decb3b95cda9ced372b7 (diff) | |
download | pleroma-0e31d195af89551e58070390f74e917c5d1ce0fc.tar.gz |
Apply suggestion to rel/files/bin/pleroma_ctl
-rwxr-xr-x | rel/files/bin/pleroma_ctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rel/files/bin/pleroma_ctl b/rel/files/bin/pleroma_ctl index 03b7e57bb..62368115e 100755 --- a/rel/files/bin/pleroma_ctl +++ b/rel/files/bin/pleroma_ctl @@ -95,7 +95,7 @@ if [ -z "$1" ] || [ "$1" = "help" ]; then By default the artifact will be downloaded from https://git.pleroma.social for pleroma/pleroma (project id: 2) to /tmp/, you can overwrite these settings by setting PLEROMA_CTL_URI, PLEROMA_CTL_PROJECT_ID and PLEROMA_CTL_TMP_DIR - respectievly. + respectively. and any mix tasks under Pleroma namespace, for example \`mix pleroma.user COMMAND\` is |