We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8ef52 commit 5373e09Copy full SHA for 5373e09
client/src/addon_manager/models/addon.ts
@@ -60,6 +60,7 @@ export class Addon {
60
await this.getEnabled();
61
62
if (this.#installed) {
63
+ await git.fetch(["origin", "--prune", "--prune-tags"]);
64
tags = (
65
await moduleGit.tags([
66
"--sort=-taggerdate",
0 commit comments