We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbcdc5 commit 741709fCopy full SHA for 741709f
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- linear-cli (0.5.1)
+ linear-cli (0.5.2)
5
base64 (~> 0.2)
6
dry-cli (~> 1.0)
7
dry-cli-completion (~> 1.0)
lib/linear/cli/sub_commands.rb
@@ -107,7 +107,7 @@ def git
107
end
108
109
def default_branch
110
- @default_branch ||= Git.default_branch git.repo.path
+ @default_branch ||= Git.default_branch git.remote.url
111
112
113
0 commit comments