We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65db0ce commit 31a0adaCopy full SHA for 31a0ada
squarecloud/cli/main.py
@@ -128,12 +128,12 @@ def create_config(
128
)
129
if r:
130
path = prompt(
131
- 'where do you want to save the file', default='squarecloud.app'
+ 'where do you want to save the file', default='.'
132
133
config_file.save(path)
134
print(
135
Panel(
136
- f'\u2728 file saved successfully at {path}',
+ f'\u2728 file saved successfully at {path}/squarecloud.app',
137
border_style='green',
138
style='green',
139
0 commit comments