diff --git a/IDE/src/util/GitManager.bf b/IDE/src/util/GitManager.bf index aa29f235..a935f437 100644 --- a/IDE/src/util/GitManager.bf +++ b/IDE/src/util/GitManager.bf @@ -218,7 +218,7 @@ class GitManager if ((line.Length == 45) && (line.EndsWith("HEAD"))) tag = "HEAD"; - if (!tag.IsEmpty) + if (tag.IsEmpty) continue; StringView hash = line.Substring(0, 40);