Skip to content

Commit 700708b

Browse files
committed
Update local configuration
Signed-off-by: Seb Julliand <[email protected]>
1 parent 22472b5 commit 700708b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/connection/serverComponent.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ export class ServerComponent {
174174
this.installed = true;
175175
updateResult = UpdateStatus.JUST_UPDATED;
176176
}
177+
else{
178+
await Config.setServerComponentName(basename);
179+
this.installed = true;
180+
updateResult = UpdateStatus.UP_TO_DATE;
181+
}
177182
} else {
178183
updateResult = UpdateStatus.FAILED;
179184

0 commit comments

Comments
 (0)