mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Bug fix: Wrong usage of dot notation.
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
- (id) initWithRef: (PBGitRef*) ref
|
||||
{
|
||||
parameters = [NSArray arrayWithObject: ref.ref];
|
||||
description = ref.shortName;
|
||||
description = [ref shortName];
|
||||
return self;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user