Check the available hosts and credentials before asking for them for the default host.

This commit is contained in:
David Calavera 2013-12-14 15:08:30 -08:00
Родитель 95eed0ed0c
Коммит 085a2bec83
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -54,7 +54,7 @@ func transformCloneArgs(args *Args) {
var credentials *github.Credentials
if owner == "" {
configs := github.CurrentConfigs()
credentials = configs.PromptFor(github.DefaultHost())
credentials = configs.DefaultCredentials()
owner = credentials.User
}