summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/github/representation/branch.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/github/representation/branch.rb b/lib/github/representation/branch.rb
index da04a9beedb..7acc511b908 100644
--- a/lib/github/representation/branch.rb
+++ b/lib/github/representation/branch.rb
@@ -30,7 +30,7 @@ module Github
end
def confirm_branch_existence
- @exists = commit_exists?
+ @exists = true
end
def valid?