We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa1bae commit 2bacc1dCopy full SHA for 2bacc1d
src/arguments/update.py
@@ -11,7 +11,7 @@ def __init__(self, current_version):
11
via github releases API
12
"""
13
self.current_version = current_version
14
- self.release_api_url = "https://api.github.com/repos/IndianOpenSourceFoundation/dynamic-cli/releases/latest
+ self.release_api_url = "https://api.github.com/repos/IndianOpenSourceFoundation/dynamic-cli/releases/latest"
15
16
def check_for_updates(self):
17
try:
0 commit comments