Skip to content

Commit 531f162

Browse files
committed
fix: fetch before pull
1 parent e5e7344 commit 531f162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/addon_manager/services/git.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export const setupGit = async (context: vscode.ExtensionContext) => {
5050
await git.checkout("submoduling");
5151
}
5252

53+
await git.fetch();
5354
await git.pull();
5455
} catch (e) {
5556
localLogger.error(e);

0 commit comments

Comments
 (0)