add a note

This commit is contained in:
Girish Ramakrishnan
2019-12-06 12:39:46 -08:00
parent f5217236d6
commit d765e4c619

View File

@@ -1368,6 +1368,7 @@ function repair(appId, data, auditSource, callback) {
requiredState: null
};
// maybe split this into a separate route like reinstall?
if (errorState === exports.ISTATE_PENDING_INSTALL || errorState === exports.ISTATE_PENDING_CLONE) {
task.args = { overwriteDns: true };
if (data.manifest) {