Skip to content

Commit

Permalink
Merge pull request #918 from nextcloud/fix/fix-typo-in-script-name
Browse files Browse the repository at this point in the history
fix: Fix typo in script name
  • Loading branch information
come-nc authored Feb 6, 2025
2 parents bdfb890 + 83a0203 commit a9b73a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/Settings/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public function getForm() {
]
);

Util::addScript(Application::APP_ID, 'ldap_write_suppport-admin-settings');
Util::addStyle(Application::APP_ID, 'ldap_write_suppport-admin-settings');
Util::addScript(Application::APP_ID, 'ldap_write_support-admin-settings');
Util::addStyle(Application::APP_ID, 'ldap_write_support-admin-settings');

return new TemplateResponse(Application::APP_ID, 'settings-admin');
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ldap_write_suppport",
"name": "ldap_write_support",
"version": "1.14.0",
"description": "Adds write support to the LDAP backend",
"private": true,
Expand Down

0 comments on commit a9b73a8

Please sign in to comment.