Skip to content

Commit

Permalink
fix(flex-linux-setup): jans-app-build
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Baser <[email protected]>
  • Loading branch information
devrimyatar committed Jan 25, 2025
1 parent ca4d73c commit 995aeee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flex-linux-setup/flex_linux_setup/flex_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def get_flex_setup_parser():
parser.add_argument('--gluu-passwurd-cert', help="Creates Gluu Passwurd API keystore", action='store_true')
parser.add_argument('-download-exit', help="Downloads files and exits", action='store_true')
parser.add_argument('--jans-app-verison', help="Jannsen applications version", default=app_versions['JANS_APP_VERSION'])
parser.add_argument('--jans-build', help="Jannsen build", default=app_versions['JANS_BUILD'])
parser.add_argument('--jans-app-build', help="Jannsen build", default=app_versions['JANS_BUILD'])
parser.add_argument('--node-version', help="Node version", default=app_versions['NODE_VERSION'])

return parser
Expand Down Expand Up @@ -130,7 +130,7 @@ def set_app_versions_from_arguments(brgsp):
argparse.jans_versions_done = True

app_versions['JANS_APP_VERSION'] = brgsp.jans_app_verison
app_versions['JANS_BUILD'] = brgsp.jans_build
app_versions['JANS_BUILD'] = brgsp.jans_app_build
app_versions['NODE_VERSION'] = brgsp.node_version
app_versions['SETUP_BRANCH'] = brgsp.jans_setup_branch
app_versions['FLEX_BRANCH'] = brgsp.flex_branch
Expand Down

0 comments on commit 995aeee

Please sign in to comment.