Skip to content

Commit

Permalink
fiz: jans-linux-setup url of app_info.json
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Apr 26, 2022
1 parent 5b14f53 commit b5abceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-linux-setup/jans_setup/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def do_install():
os.system(setup_cmd)

def get_app_info():
app_versions_url = 'https://raw.githubusercontent.com/JanssenProject/jans/{}/jans-linux-setup/jans_setup/setup_app/app_info.json'.format(app_globals.argsp.setup_branch)
app_versions_url = 'https://raw.githubusercontent.com/JanssenProject/jans/{}/jans-linux-setup/jans_setup/app_info.json'.format(app_globals.argsp.setup_branch)
with tempfile.TemporaryDirectory() as tmp_dir:
tmp_fn = os.path.join(tmp_dir, os.path.basename(app_versions_url))
download(app_versions_url, tmp_fn)
Expand Down

0 comments on commit b5abceb

Please sign in to comment.