Skip to content

Commit 23fb85d

Browse files
committed
2 parents 014bc58 + 2bacc1d commit 23fb85d

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
@@ -17,7 +17,7 @@ def __init__(self, current_version):
1717
1818
"""
1919
self.current_version = current_version
20-
self.release_api_url = "https://api.github.com/repos/IndianOpenSourceFoundation/dynamic-cli/releases/latest
20+
self.release_api_url = "https://api.github.com/repos/IndianOpenSourceFoundation/dynamic-cli/releases/latest"
2121

2222
def check_for_updates(self):
2323
try:

0 commit comments

Comments
 (0)