mirror of
https://github.com/caprover/caprover
synced 2026-05-04 18:50:33 +00:00
saveForAppDirectory non update bug fix
This commit is contained in:
@@ -74,6 +74,7 @@ function saveAppForDirectory(appName) {
|
||||
let app = apps[i];
|
||||
if (app.cwd === process.cwd()) {
|
||||
app.appName = appName;
|
||||
configs.set('apps', apps);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user