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 00df4fc commit 963257cCopy full SHA for 963257c
src/tasks/getGitInfo.ts
@@ -4,7 +4,7 @@ import getGitInfo, { isGitRepo } from '../lib/git.js'
4
import chalk from 'chalk';
5
6
export default (ctx: Context): ListrTask<Context, ListrRendererFactory, ListrRendererFactory> => {
7
- return {
+ return {
8
title: `Fetching git repo details`,
9
skip: (ctx): string => {
10
return (!isGitRepo() && !ctx.env.SMARTUI_GIT_INFO_FILEPATH) ? '[SKIPPED] Fetching git repo details; not a git repo' : '';
0 commit comments