s/discourse-staff-notes/discourse-user-notes (#7936)
This commit is contained in:
parent
ae05245b00
commit
cc46de8f46
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -28,7 +28,7 @@ class PluginTxUpdater
|
|||
'discourse-patreon',
|
||||
'discourse-saved-searches',
|
||||
'discourse-solved',
|
||||
'discourse-staff-notes',
|
||||
'discourse-user-notes',
|
||||
'discourse-voting'
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue