Skip to content

Commit c27271a

Browse files
committed
Update version check
1 parent 0021c48 commit c27271a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aider/versioncheck.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async def install_upgrade(io, latest_version=None):
3232
"""
3333

3434
if latest_version:
35-
new_ver_text = f"Newer aider version v{latest_version} is available."
35+
new_ver_text = f"Newer aider-ce version v{latest_version} is available."
3636
else:
3737
new_ver_text = "Install latest version of aider?"
3838

@@ -50,7 +50,7 @@ async def install_upgrade(io, latest_version=None):
5050
io,
5151
None,
5252
new_ver_text,
53-
["aider-chat"],
53+
["aider-ce"],
5454
self_update=True,
5555
)
5656

0 commit comments

Comments
 (0)