Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 12, 2024
1 parent 78db12c commit e43ed19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export async function defineConfig(userConfig = {}, defaults = {}) {

// get full version alias information but let this fail
try {
const tags= await getTags(config.gitRoot, undefined, {debug: debug.extend('get-tags')});
const tags = await getTags(config.gitRoot, undefined, {debug: debug.extend('get-tags')});
themeConfig.versions = tags.aliases ?? {};
debug('discovered version aliases %o', config.versions);
} catch (error) {
Expand Down

0 comments on commit e43ed19

Please sign in to comment.