Skip to content

Commit 22880ea

Browse files
Update src/specify_cli/__init__.py
Remove hardcoded string. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 46760ca commit 22880ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/specify_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ def init(
15311531
manifest.save()
15321532

15331533
# Write .specify/integration.json
1534-
integration_json = project_path / ".specify" / "integration.json"
1534+
integration_json = project_path / INTEGRATION_JSON
15351535
integration_json.parent.mkdir(parents=True, exist_ok=True)
15361536
integration_json.write_text(
15371537
json.dumps(

0 commit comments

Comments
 (0)