Skip to content

Commit 2bacc1d

Browse files
authored
Update update.py
1 parent 4fa1bae commit 2bacc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arguments/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __init__(self, current_version):
1111
via github releases API
1212
"""
1313
self.current_version = current_version
14-
self.release_api_url = "https://api.github.com/repos/IndianOpenSourceFoundation/dynamic-cli/releases/latest
14+
self.release_api_url = "https://api.github.com/repos/IndianOpenSourceFoundation/dynamic-cli/releases/latest"
1515

1616
def check_for_updates(self):
1717
try:

0 commit comments

Comments
 (0)