From cb431a03df8aeb5e2c5e1cfc30281f0977d7cab5 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 21 Apr 2022 12:29:01 +0300 Subject: [PATCH] fix diff --- js/diff.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/diff.js b/js/diff.js index aba623bf07..cc6800a4a4 100644 --- a/js/diff.js +++ b/js/diff.js @@ -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."); }