Skip to content

Commit 0552e28

Browse files
committed
fix version value as string
1 parent b508198 commit 0552e28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/morph/config/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def dump_project_yaml(project: MorphProject) -> str:
162162
deployment_provider = "aws"
163163

164164
return f"""
165-
version: 1
165+
version: '1'
166166
167167
# Framework Settings
168168
default_connection: {project.default_connection}

0 commit comments

Comments
 (0)