mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Typo breaking the concept of 'user has to manually run the first diagnosis'
This commit is contained in:
parent
146669e317
commit
d3b32361ae
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
// *********
|
||||
|
||||
app.get('#/diagnosis', function (c) {
|
||||
c.api('POST', '/diagnosis/run?except-if-never-ran-yet', {}, function() {
|
||||
c.api('POST', '/diagnosis/run?except_if_never_ran_yet', {}, function() {
|
||||
updateDiagnosisView();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue