utils: change fallback editor from vi to nano
This commit is contained in:
parent
4c7b7e42f9
commit
af0067165c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import requests
|
|||
from rust2rpm import log
|
||||
|
||||
|
||||
DEFAULT_EDITOR = "vi"
|
||||
DEFAULT_EDITOR = "nano"
|
||||
|
||||
|
||||
@contextlib.contextmanager
|
||||
|
|
Loading…
Reference in a new issue