s/discourse-staff-notes/discourse-user-notes (#7936)

This commit is contained in:
Joffrey JAFFEUX 2019-07-24 20:04:27 +02:00 committed by GitHub
parent ae05245b00
commit cc46de8f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ before_install:
- git clone --depth=1 https://github.com/discourse/discourse-chat-integration.git plugins/discourse-chat-integration
- git clone --depth=1 https://github.com/discourse/discourse-assign.git plugins/discourse-assign
- git clone --depth=1 https://github.com/discourse/discourse-patreon.git plugins/discourse-patreon
- git clone --depth=1 https://github.com/discourse/discourse-staff-notes.git plugins/discourse-staff-notes
- git clone --depth=1 https://github.com/discourse/discourse-user-notes.git plugins/discourse-user-notes
- git clone --depth=1 https://github.com/discourse/discourse-group-tracker
- export PATH=$HOME/.yarn/bin:$PATH

View File

@ -60,7 +60,7 @@ class Plugin::Metadata
"discourse-sitemap",
"discourse-solved",
"discourse-spoiler-alert",
"discourse-staff-notes",
"discourse-user-notes",
"discourse-styleguide",
"discourse-tooltips",
"discourse-translator",

View File

@ -28,7 +28,7 @@ class PluginTxUpdater
'discourse-patreon',
'discourse-saved-searches',
'discourse-solved',
'discourse-staff-notes',
'discourse-user-notes',
'discourse-voting'
]