move remote to context package
This commit is contained in:
parent
175c78c295
commit
cec6d249d4
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ func CurrentGitHubRepository() (*GitHubRepository, error) {
|
|||
return nil, err
|
||||
}
|
||||
} else {
|
||||
remote, rerr := github.GuessRemote()
|
||||
remote, rerr := GuessRemote()
|
||||
|
||||
if rerr != nil {
|
||||
return nil, rerr
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package github
|
||||
package context
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
Loading…
Add table
Add a link
Reference in a new issue