Skip to content

Commit 963257c

Browse files
committed
fot-3256 addidas export branch name changes
1 parent 00df4fc commit 963257c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/getGitInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import getGitInfo, { isGitRepo } from '../lib/git.js'
44
import chalk from 'chalk';
55

66
export default (ctx: Context): ListrTask<Context, ListrRendererFactory, ListrRendererFactory> => {
7-
return {
7+
return {
88
title: `Fetching git repo details`,
99
skip: (ctx): string => {
1010
return (!isGitRepo() && !ctx.env.SMARTUI_GIT_INFO_FILEPATH) ? '[SKIPPED] Fetching git repo details; not a git repo' : '';

0 commit comments

Comments
 (0)