File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ func cloneRun(opts *CloneOptions) error {
6969 if err != nil {
7070 return err
7171 }
72+ // TODO: GHE support
7273 protocol , err := cfg .Get ("" , "git_protocol" )
7374 if err != nil {
7475 return err
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ func createRun(opts *CreateOptions) error {
147147 if err != nil {
148148 return err
149149 }
150+ // TODO: GHE support
150151 protocol , err := cfg .Get ("" , "git_protocol" )
151152 if err != nil {
152153 return err
Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ func forkRun(opts *ForkOptions) error {
186186 if err != nil {
187187 return err
188188 }
189+ // TODO: GHE support
189190 protocol , err := cfg .Get ("" , "git_protocol" )
190191 if err != nil {
191192 return err
You can’t perform that action at this time.
0 commit comments