diff options
| author | Catherine Chen <[email protected]> | 2020-04-22 20:14:25 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-22 23:14:25 -0400 |
| commit | 861d5dbd1280d0e932c886941cd21f7f199dd5e3 (patch) | |
| tree | 33f2152a51913a70559a36216fd3c88cb04371a4 | |
| parent | 36da468b68c1a8c68a56f191f02e8ba06fda8b90 (diff) | |
| download | caprover-one-click-apps-861d5dbd1280d0e932c886941cd21f7f199dd5e3.tar.gz caprover-one-click-apps-861d5dbd1280d0e932c886941cd21f7f199dd5e3.zip | |
typo - deployed Peertube doesn't include '-peertube' (#158)
| -rw-r--r-- | public/v2/apps/peertube.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v2/apps/peertube.json b/public/v2/apps/peertube.json index 2a72b2c..df14ea3 100644 --- a/public/v2/apps/peertube.json +++ b/public/v2/apps/peertube.json @@ -65,7 +65,7 @@ }, "instructions": { "start": "PeerTube is a free, decentralized and federated video platform. (Github : https://github.com/Chocobozzz/PeerTube/)", - "end": "Peertube is deployed and available as $$cap_appname-peertube. \n\n IMPORTANT: It will take up to 2 minutes for peertube to be ready. Before that, you might see 502 error page.\n" + "end": "Peertube is deployed and available as $$cap_appname. \n\n IMPORTANT: It will take up to 2 minutes for peertube to be ready. Before that, you might see 502 error page.\n" }, "variables": [{ "id": "$$cap_db_user", |
