Skip to content

Commit

Permalink
fix: warning
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Mar 4, 2025
1 parent 5d8e5ef commit 567f6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_cli/commands/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def update_instance_path(self):
"shell",
"--no-term-title",
"-c",
"\"print(app.instance_path, end='')\"",
"print(app.instance_path, end='')",
)
)
if result.status_code == 0:
Expand Down

0 comments on commit 567f6b9

Please sign in to comment.