Skip to content

Commit

Permalink
Merge branch 'master' into fix-untracked-revert
Browse files Browse the repository at this point in the history
  • Loading branch information
okonet committed Apr 4, 2020
2 parents df4368b + 3c57d29 commit 956ae3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/runAll.js
Expand Up @@ -137,9 +137,7 @@ const runAll = async (
shell
})

if (subTasks.some(subTask => subTask.command === 'git add')) {
hasDeprecatedGitAdd = true
}
hasDeprecatedGitAdd = subTasks.some(subTask => subTask.command === 'git add')

chunkListrTasks.push({
title: `Running tasks for ${task.pattern}`,
Expand Down

0 comments on commit 956ae3c

Please sign in to comment.