Fixed correct reftype for ref

This commit is contained in:
Jesse van den Kieboom 2012-04-22 18:36:32 +02:00
parent 8d539256dc
commit a8221e6058

View file

@ -93,7 +93,7 @@ public class ParsedRefName : Object
continue;
}
rtype = (RefType)i;
rtype = (RefType)(i + 1);
if (rtype == RefType.STASH)
{