Rename configuration file
This commit is contained in:
parent
55f92c36b3
commit
41a1db3ef5
|
@ -7,7 +7,7 @@ from .i18n import _
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
config_file = join(expanduser("~"), '.zephir-config.yaml')
|
config_file = join(expanduser("~"), '.cucchiaiata-config.yaml')
|
||||||
if not isfile(config_file):
|
if not isfile(config_file):
|
||||||
print(_('Attention, there is no configuration file'))
|
print(_('Attention, there is no configuration file'))
|
||||||
url = input(_('Address to Risotto server: '))
|
url = input(_('Address to Risotto server: '))
|
||||||
|
|
Loading…
Reference in New Issue