This commit is contained in:
Yuri Kuznetsov
2022-04-21 12:29:01 +03:00
parent 4979fb7326
commit cb431a03df
+1 -1
View File
@@ -366,7 +366,7 @@ class Diff
if (
currentBranch !== 'master' &&
currentBranch !== 'stable' &&
currentBranch.indexOf('hotfix/') !== 0
currentBranch !== 'fix'
) {
console.log('\x1b[33m%s\x1b[0m', "Warning! You are on " + currentBranch + " branch.");
}