summaryrefslogtreecommitdiffstats
path: root/lib/git/branch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git/branch.rb')
-rw-r--r--lib/git/branch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/branch.rb b/lib/git/branch.rb
index 1d4b64c..4b4ecfc 100644
--- a/lib/git/branch.rb
+++ b/lib/git/branch.rb
@@ -73,7 +73,7 @@ module Git
end
def to_s
- @name
+ @full
end
private