revert accidentally committed config options
This commit is contained in:
parent
3a22ab7eba
commit
fa536990e6
1 changed files with 3 additions and 5 deletions
|
|
@ -11,11 +11,9 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
defaultGitProtocol = "https"
|
||||
PromptsDisabled = "disabled"
|
||||
PromptsEnabled = "enabled"
|
||||
UpdateCheckEnabled = "enabled"
|
||||
UpdateCheckDisabled = "disabled"
|
||||
defaultGitProtocol = "https"
|
||||
PromptsDisabled = "disabled"
|
||||
PromptsEnabled = "enabled"
|
||||
)
|
||||
|
||||
// This interface describes interacting with some persistent configuration for gh.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue