We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 014bc58 + 2bacc1d commit 23fb85dCopy full SHA for 23fb85d
1 file changed
src/arguments/update.py
@@ -17,7 +17,7 @@ def __init__(self, current_version):
17
18
"""
19
self.current_version = current_version
20
- 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"
21
22
def check_for_updates(self):
23
try:
0 commit comments